blackthorne / Codetective

a tool to determine the crypto/encoding algorithm used according to traces from its representation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You forgot to set __date__ global variable.

pranithan-kang opened this issue · comments

I ran the command

 > py codetective.py -ver

and got the error:

Traceback (most recent call last):
File "codetective.py", line 986, in
show_version()
File "codetective.py", line 890, in show_version
print('Codetective v' + __version__ + ' ' + __date__)
NameError: name '__date__' is not defined

So, I think you forgot to set the global variable date