Skip to content

Commit b1dfd14

Browse files
authored
Merge pull request jhao104#488 from tinker-li/patch-1
fix some doubts
2 parents 6b4a86a + ca440fd commit b1dfd14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

handler/configHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def fetchers(self):
4848

4949
@LazyProperty
5050
def verifyUrl(self):
51-
return os.getenv("VERIFY_URL", setting.VERIFY_RUL)
51+
return os.getenv("VERIFY_URL", setting.VERIFY_URL)
5252

5353
@LazyProperty
5454
def verifyTimeout(self):

setting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
]
6161

6262
# ############# proxy validator #################
63-
VERIFY_RUL = "http://www.baidu.com"
63+
VERIFY_URL = "http://www.baidu.com"
6464

6565
VERIFY_TIMEOUT = 10
6666

0 commit comments

Comments
 (0)