We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7822024 commit 2b116fbCopy full SHA for 2b116fb
1 file changed
core/trape.py
@@ -166,7 +166,7 @@ def header(self):
166
utils.banner()
167
168
# Update verification
169
- changeLog = requests.get("https://raw.githubusercontent.com/thewhiteh4t/pwnedOrNot/master/version.txt", timeout = 5)
+ changeLog = requests.get("https://raw.githubusercontent.com/jofpin/trape/master/version.txt", timeout = 4)
170
changeLog = changeLog.text.split(" ")[1]
171
changeLog = changeLog.strip()
172
if changeLog != self.version:
0 commit comments