Skip to content

Commit b48dbcf

Browse files
authored
URI Update because of bad joke :)
1 parent a061fb4 commit b48dbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def retry(func, max_retry=10):
4646
def some_request(uri, post):
4747
return requests.post(uri, post)
4848

49-
uri = 'https://pentagon.com'
49+
uri = 'https://site_of_your_friend_you_want_to_disturb.com'
5050
post = {'DDoS_attack': 'true'}
5151

5252
try:

0 commit comments

Comments
 (0)