|
@@ -17,7 +17,7 @@ def send_message(status):
|
|
|
"Loot level changed to "+roman.toRoman(status['integer'])
|
|
"Loot level changed to "+roman.toRoman(status['integer'])
|
|
|
status_text += "\n" + status['time_string']
|
|
status_text += "\n" + status['time_string']
|
|
|
this_json = {"content": status_text}
|
|
this_json = {"content": status_text}
|
|
|
- pprint(this_json)
|
|
|
|
|
|
|
+ # pprint(this_json)
|
|
|
_send(this_json)
|
|
_send(this_json)
|
|
|
|
|
|
|
|
|
|
|