Skip to content

Commit

Permalink
Trucate run time
Browse files Browse the repository at this point in the history
  • Loading branch information
eda-abec authored Oct 5, 2020
1 parent 34752d2 commit 62913aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmkid_crack.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def print_usage():
break
time_pmkid_end = time.time()
pmkid_time_elapsed = time_pmkid_end - time_pmkid_start
print(datetime.datetime.strftime(datetime.datetime.now(),'%Y-%m-%d %H:%M:%S')+' pmkid request finished in '+str(pmkid_time_elapsed)+' seconds')
print(datetime.datetime.strftime(datetime.datetime.now(),'%Y-%m-%d %H:%M:%S')+' pmkid request finished in '+'%.3f'%(pmkid_time_elapsed)+' seconds')

if(pmkid_found==False or crack==None):
print(datetime.datetime.strftime(datetime.datetime.now(),'%Y-%m-%d %H:%M:%S')+' DONE!')
Expand Down

0 comments on commit 62913aa

Please sign in to comment.