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

Commit 2e2af79

Browse files
committed
Linting fix
1 parent 426b3f0 commit 2e2af79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def checkUpdate(self):
5252
except Exception as e:
5353
print(f"An error occurred: {e}")
5454
pass
55-
55+
5656
def testProxy(self, proxy):
5757
try:
5858
response = requests.get("http://www.google.com", proxies={"http": proxy, "https": proxy}, timeout=5)

version.txt

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

0 commit comments

Comments
 (0)