Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def process_survey(button_type, survey_submission_ID):
|
|
| 60 |
except Exception as e:
|
| 61 |
return f"An error occurred while fetching the survey data: {e}"
|
| 62 |
|
| 63 |
-
class Global(
|
| 64 |
def __init__(self):
|
| 65 |
self.mySubmissionData = None
|
| 66 |
|
|
|
|
| 60 |
except Exception as e:
|
| 61 |
return f"An error occurred while fetching the survey data: {e}"
|
| 62 |
|
| 63 |
+
class Global(STPyV8.JSClass):
|
| 64 |
def __init__(self):
|
| 65 |
self.mySubmissionData = None
|
| 66 |
|