crank it up to ~~11~~ 25

This commit is contained in:
TheTechRobo 2021-05-27 22:52:22 -04:00
parent 6b2975a7dc
commit a36c4c4115
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def wrapper():
Example wrapper
"""
datums = URL() #create instance
datums.GetURL() #get a random url
datums.GetURL((1,25)) #get a random url
print(f"Pinging URL {datums.url}") #you can also modify datums.url, you can use that for tracker stuff (just make a wrapper that changes this variable as necessary instead of running GetURL())
datums.GetDownload() #download the url
datums.WriteFile() #write to json file