Fixed formatting
This commit is contained in:
parent
a37e438210
commit
5fcc54c1b1
3
adl.py
3
adl.py
@ -57,7 +57,7 @@ else:
|
|||||||
|
|
||||||
# print the version
|
# print the version
|
||||||
if args["version"]:
|
if args["version"]:
|
||||||
print("Py-adl version 0.1.1")
|
print("Py-adl version 0.2")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
# don't retrieve on startup
|
# 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 == "":
|
elif yn == "N" or yn == "n" or yn == "":
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
||||||
# choose what to do with episode
|
# choose what to do with episode
|
||||||
def choose_episode():
|
def choose_episode():
|
||||||
subprocess.call("cls", shell=True)
|
subprocess.call("cls", shell=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user