Skip to content

Commit

Permalink
[+] a dbg msg
Browse files Browse the repository at this point in the history
  • Loading branch information
aploium committed Sep 16, 2016
1 parent e90254e commit 0a05e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zmirror/zmirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -1914,6 +1914,7 @@ def request_remote_site_and_parse():

if parse.remote_response.status_code in (404, 500):
# 猜测url所对应的正确域名
dbgprint("Domain guessing for", request.url)
result = guess_correct_domain(data)
if result is not None:
parse.remote_response, req_time_headers = result
Expand Down

0 comments on commit 0a05e48

Please sign in to comment.