Skip to content

Commit

Permalink
Update req.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Derastephh authored Dec 25, 2023
1 parent 2e21205 commit 017bf6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion req.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import requests
import threading

# replace url with target url
url = 'https://www.aim7777.com/index/auth/signup/invitecode/TR94Y.html'

# Get user input for registration data
# Get user input for registration data, don't forget to replace relevant data
mobile = input("Enter mobile number: ")
password = input("Enter password: ")
cpassword = input("Confirm password: ")
Expand Down

0 comments on commit 017bf6f

Please sign in to comment.