Skip to content

Commit

Permalink
fix some doubts
Browse files Browse the repository at this point in the history
  • Loading branch information
asd committed Jul 17, 2020
1 parent 4fae2c0 commit ca440fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handler/configHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def fetchers(self):

@LazyProperty
def verifyUrl(self):
return os.getenv("VERIFY_URL", setting.VERIFY_RUL)
return os.getenv("VERIFY_URL", setting.VERIFY_URL)

@LazyProperty
def verifyTimeout(self):
Expand Down
2 changes: 1 addition & 1 deletion setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
]

# ############# proxy validator #################
VERIFY_RUL = "http://www.baidu.com"
VERIFY_URL = "http://www.baidu.com"

VERIFY_TIMEOUT = 10

Expand Down

0 comments on commit ca440fd

Please sign in to comment.