diff --git a/standalone_eventLog.py b/standalone_eventLog.py index 1a8608a..10b5613 100644 --- a/standalone_eventLog.py +++ b/standalone_eventLog.py @@ -74,9 +74,10 @@ def get_events(): return flask.make_response("{\"message\":\"%s\"}" % payload.decode(), 200, {"Content-Type": "application/json"}) def reRunEvent_handler(eventName, eventTime, eventType, eventSender, eventData): + attempt_Event_Rerun(eventName, eventTime, eventType, eventSender, eventData) return flask.make_response("{\"message\":\"%s\"}" % 'rerunning event....', 200, {"Content-Type": "application/json"}) -def attempt_Event_Rerun(): +def attempt_Event_Rerun(eventName, eventTime, eventType, eventSender, eventData): returnString = "" try: return flask.make_response("{\"message\":\"%s\"}" % returnString, 200, {"Content-Type": "application/json"}) diff --git a/user_client/v1/index.html b/user_client/v1/index.html index 0a3e662..64edc18 100644 --- a/user_client/v1/index.html +++ b/user_client/v1/index.html @@ -25,7 +25,7 @@
@@ -285,6 +285,8 @@

Made by Alex Orid,
The Curious Nerd

+
Need Help? Want to help out?
Come visit my Discord
+

Version:
A:0 D:1 O:8