diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-09-13 01:06:02 +0200 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-09-13 01:06:02 +0200 |
commit | afbea257b23a02b4dd39f09d39969da47d668500 (patch) | |
tree | 163d2a5ffacf6444dd3d7bfaf0ad011481977989 /swiftstory/SwiftStory.py | |
parent | e07f10a7556aebcb1a8822835ebf202ca55467fa (diff) |
Get rid of extra newline
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'swiftstory/SwiftStory.py')
-rw-r--r-- | swiftstory/SwiftStory.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swiftstory/SwiftStory.py b/swiftstory/SwiftStory.py index b7dbb6d..0451062 100644 --- a/swiftstory/SwiftStory.py +++ b/swiftstory/SwiftStory.py @@ -14,7 +14,6 @@ from swiftstory.Status import error game_manager = swiftstory.GameManager.GameManager() - def message_received_handler(client, message): def join_game(): try: |