linted / Skip-Trace

Track down your lost or stolen computer
MIT License
3 stars 1 forks source link

date variable not updated in server #23

Closed linted closed 7 years ago

linted commented 7 years ago

reply = iv + AEScipher.encrypt("\t{0}\t{1:02}:{2:02}\n".format(clientName,date.tm_hour,date.tm_min))

this line of server still uses our old method of getting the date. I am not sure how this was missed in testing, but we need to get this fixed. @calebmckay since you took care of the original updgrade, would you like to fix this up?