mirror of
https://github.com/ClaytonWWilson/Scraper-for-theTVDB.com.git
synced 2025-12-18 02:18:46 +00:00
Fixed some import statements
This commit is contained in:
parent
96870d4198
commit
5a4d854975
@ -2,7 +2,7 @@ import requests
|
|||||||
import json
|
import json
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
import os.path
|
import os.path
|
||||||
import shutil
|
|
||||||
# import login
|
# import login
|
||||||
|
|
||||||
def searchRemainder(imageType, saveNameList, idNum):#Finds any images missing from the api call in getImages
|
def searchRemainder(imageType, saveNameList, idNum):#Finds any images missing from the api call in getImages
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
import requests
|
||||||
|
import shutil
|
||||||
|
import json
|
||||||
|
|
||||||
def refreshToken():
|
def refreshToken():
|
||||||
print("Not implemented yet")
|
print("Not implemented yet")
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user