linted / Skip-Trace

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

Server.py does not parse initial packet #6

Closed linted closed 7 years ago

linted commented 7 years ago

currently there is a typo starting on line 31 of server.py this causes nothing to exicute. The issue stems from an incorrect indentation introduced by change in control flow from the original version. It might be best to take the time now and change the entire function to a try: except: else: finally:

type of function. comment if you need more information on fixing this or think it would make the entire server less readable.

linted commented 7 years ago

Issue resolved with pull request #7 , closing issue.