whoopsie
This commit is contained in:
parent
1d9d36d9f8
commit
88c79e4bac
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def main():
|
||||||
|
|
||||||
elif len(sys.argv) > 1:
|
elif len(sys.argv) > 1:
|
||||||
name = sys.argv[1]
|
name = sys.argv[1]
|
||||||
if name == ["last", "l"]:
|
if name in ["last", "l"]:
|
||||||
d = return_last()
|
d = return_last()
|
||||||
elif name in ["current", "c"]:
|
elif name in ["current", "c"]:
|
||||||
d = WEEK_SCRATCH
|
d = WEEK_SCRATCH
|
||||||
|
|
Loading…
Add table
Reference in a new issue