diff --git a/Module_Networking.py b/Module_Networking.py index 1c91a4e..83f81de 100644 --- a/Module_Networking.py +++ b/Module_Networking.py @@ -59,12 +59,12 @@ class Module_Networking(): def hello_world(): return 'Boo' - @webSources.route('/bot/TryCommand////') - def bot_TryCommand(): + @webSources.route('/bot/TryCommand/////') + def bot_TryCommand(type, user, source, message): return 'Boo' @webSources.route('/bot/SendMsg////') - def bot_SendMsg(): + def bot_SendMsg(type, destination, message): return 'Boo'