don't require myKey.py

This commit is contained in:
Eric House 2017-10-18 21:19:09 -07:00
parent fbaa1f139e
commit 3ffef37d77

View file

@ -7,7 +7,10 @@ import mk_for_download, mygit
import xwconfig
# I'm not checking my key in...
import mykey
try :
import mykey
except:
print('unable to load mykey')
from stat import ST_CTIME
try: