You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: lib/lib.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ async def checkUpdate(self):
45
45
currentVer=file.read().strip()
46
46
47
47
ifcurrentVer<latestVer:
48
-
print(f"Update available: {latestVer} (Current version: {currentVer})\nYou can download the latest version from: https://github.com/qing762/exitlag-auto-signup/releases/latest\n")
48
+
print(f"Update available: {latestVer} (Current version: {currentVer})\nYou can download the latest version from: https://github.com/qing762/exitlag-auto-signup/releases/latest")
49
49
else:
50
-
print(f"You are running the latest version: {currentVer}\n")
50
+
print(f"You are running the latest version: {currentVer}")
0 commit comments