Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit 527b89e

Browse files
committed
Update lib.py
1 parent fc8f8c0 commit 527b89e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ async def checkUpdate(self):
4545
currentVer = file.read().strip()
4646

4747
if currentVer < 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")
4949
else:
50-
print(f"You are running the latest version: {currentVer}\n")
50+
print(f"You are running the latest version: {currentVer}")
5151
pass
5252
except Exception as e:
5353
print(f"An error occurred: {e}")

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.93
1+
v3.94

0 commit comments

Comments
 (0)