Skip to content

Commit 1aca22c

Browse files
Fixes for DB error handling / rollback
1 parent 0156770 commit 1aca22c

File tree

4 files changed

+178
-56
lines changed

4 files changed

+178
-56
lines changed

PyHSS_API.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def patch(self):
721721
'''Get Geored data Pushed'''
722722
try:
723723
json_data = request.get_json(force=True)
724-
print("JSON Data sent: " + str(json_data))
724+
print("JSON Data sent in Geored request: " + str(json_data))
725725
#Determine what actions to take / update based on keys returned
726726
response_data = []
727727
if 'serving_mme' in json_data:

0 commit comments

Comments
 (0)