Fixed bug left during debugging, oof

This commit is contained in:
aewens 2018-11-12 15:00:25 -05:00
parent f45531d022
commit dc5d1ca756
1 changed files with 2 additions and 2 deletions

4
app.py
View File

@ -12,7 +12,7 @@ parser.add_argument(
"-c",
"--config",
dest="config",
default="settings.debug.json",
default="settings.json",
help="Load config file"
)
arguments = parser.parse_args()
@ -112,4 +112,4 @@ if __name__ == "__main__":
"kick": handle_kick,
"crashed": handle_crashed,
"message": handle_message
})
})