Revert last change.

This commit is contained in:
rocky
2023-06-16 07:10:37 -04:00
parent b0086460de
commit 36f00d334e

View File

@@ -94,7 +94,6 @@ class Token:
else: else:
if version_tuple > (3, 9): if version_tuple > (3, 9):
print("Python versions 3.9 and greater are not supported.") print("Python versions 3.9 and greater are not supported.")
sys.exit(1)
else: else:
print(f"xdis might need to be informed about version {e}") print(f"xdis might need to be informed about version {e}")
return return