forgot to remove TODO, fixed

master
BodgeMaster 2021-12-20 03:17:33 +01:00
parent e826c31048
commit d4fed7aee4
1 changed files with 0 additions and 1 deletions

View File

@ -349,7 +349,6 @@ if __name__ == "__main__":
# unique - return error if not found or multiple found
# hash - perform lookup by hash
# tags - perform lookup by tag or set of tags
#TODO: modifiers: first unique
if command[0] == "lookup":
if len(sys.argv)<4:
print("Too few arguments!", file=sys.stderr)