Skip to content

Commit

Permalink
Update ceshgi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
feller2021 authored Jun 19, 2023
1 parent 3f71fe1 commit 3ad25fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceshgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def shangchuang():
r = up.post(url, data=m,
headers=headers, timeout=(7,120),verify=False)

except:
except:
r = up.post(url, data=m,
headers=headers, timeout=(7,120),verify=False)
res=r.text
Expand Down

0 comments on commit 3ad25fc

Please sign in to comment.