Fixed formatting

This commit is contained in:
CronyAkatsuki 2021-08-12 10:49:41 +02:00
parent a37e438210
commit 5fcc54c1b1

3
adl.py
View File

@ -57,7 +57,7 @@ else:
# print the version
if args["version"]:
print("Py-adl version 0.1.1")
print("Py-adl version 0.2")
sys.exit()
# don't retrieve on startup
@ -288,7 +288,6 @@ def wanna_update_title_after_watch(title, episode, score):
elif yn == "N" or yn == "n" or yn == "":
break
# choose what to do with episode
def choose_episode():
subprocess.call("cls", shell=True)