We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c3f95 commit 86d73b6Copy full SHA for 86d73b6
main.py
@@ -64,7 +64,7 @@ def getchecksum():
64
elif ans=="4":
65
key = input('Enter your license: ')
66
keyauthapp.license(key)
67
-elif ans !="":
+else:
68
print("\nNot Valid Option")
69
sys.exit()
70
0 commit comments