diff --git a/TVDBSearch.py b/TVDBSearch.py index bff4bea..2166d83 100644 --- a/TVDBSearch.py +++ b/TVDBSearch.py @@ -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 diff --git a/actions.py b/actions.py index 9c52e71..dd7acef 100644 --- a/actions.py +++ b/actions.py @@ -1,3 +1,7 @@ +import requests +import shutil +import json + def refreshToken(): print("Not implemented yet")