forked from karpathy/ulogme
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Better handling of Ctrl+C or ^C (KeyboardInterrupt) - Better warning message if the PORT was already used - Better exceptions message - Cleaner organization: address and port and chdir are in the __file__ = '__main__' if case - Security concern: karpathy#48 suggested to use IP='127.0.0.1' and not '' - Added the writenote(..) function to improve (fix?) security threats as indicated in #3
- Loading branch information
Showing
1 changed file
with
42 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters