mirror of
https://github.com/ClaytonWWilson/Scraper-for-theTVDB.com.git
synced 2026-03-10 14:25:04 +00:00
Fixed some import statements
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user