Skip to content

Commit

Permalink
fixed link, mb
Browse files Browse the repository at this point in the history
  • Loading branch information
spinfal committed Dec 14, 2020
1 parent bb203e9 commit f127b1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ def get_random_string(length):
for i in range(length):
random_list.append(random.choice(string.ascii_uppercase + string.ascii_lowercase + string.digits + '-' + '_'))
return ''.join(random_list)
#"https://www.youtube.com/watch?v=" + get_random_string(11)
url = "https://waa.ai/spingen"
url = "https://www.youtube.com/watch?v=" + get_random_string(11)
a = ua.random
headers = {
'User-Agent': a
Expand Down

0 comments on commit f127b1d

Please sign in to comment.