mirror of
https://github.com/ClaytonWWilson/Scraper-for-theTVDB.com.git
synced 2025-12-15 17:28: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 urllib.parse
|
||||
import os.path
|
||||
import shutil
|
||||
|
||||
# import login
|
||||
|
||||
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():
|
||||
print("Not implemented yet")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user