|
|
@@ -28,9 +28,11 @@ if __name__ == '__main__':
|
|
|
sys.exit(1)
|
|
|
print(old_status)
|
|
|
send_message = False
|
|
|
+ print('if old_status {} != status[1] {}'.format(old_status, status[1]))
|
|
|
if old_status != status[1]:
|
|
|
write_file_next = True
|
|
|
send_message = True
|
|
|
+ print('write_file_next: {}'.format(write_file_next))
|
|
|
if write_file_next:
|
|
|
summary = {'text': status[2], 'roman': status[0], 'integer': status[1]}
|
|
|
summary_json = json.dumps(summary, indent=2)
|