Skip to content

Commit 2b116fb

Browse files
author
Jose Pino
committed
...
1 parent 7822024 commit 2b116fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/trape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def header(self):
166166
utils.banner()
167167

168168
# Update verification
169-
changeLog = requests.get("https://raw.githubusercontent.com/thewhiteh4t/pwnedOrNot/master/version.txt", timeout = 5)
169+
changeLog = requests.get("https://raw.githubusercontent.com/jofpin/trape/master/version.txt", timeout = 4)
170170
changeLog = changeLog.text.split(" ")[1]
171171
changeLog = changeLog.strip()
172172
if changeLog != self.version:

0 commit comments

Comments
 (0)