Skip to content

Commit

Permalink
fixed glitch where you could no longer hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mdunne committed Aug 20, 2017
1 parent 5710c1a commit d9e6546
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adbacli.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
for thisFile in fileList:
thisED2K = adba.aniDBfileInfo.get_ED2K(thisFile, forceHash=True)
print(thisED2K)
if args.out_file:
sys.stdout.close()
adba.StopLogging(FileListener)
sys.exit(0)
elif args.command == 'mylistadd':
# First try to add the file, then try to edit
if connection.authed():
Expand Down

0 comments on commit d9e6546

Please sign in to comment.