We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1420a9 commit ea02f79Copy full SHA for ea02f79
main.py
@@ -8,7 +8,7 @@
8
import os
9
os.system("cls")
10
from startup import Setup
11
-clnt = Setup("Backup", "v1.0.0")
+clnt = Setup("Backup", "v1.0.1")
12
13
# local imports
14
import fetch_tokens, console, backup, restore
0 commit comments