Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ def fetch_result():
|
|
116 |
print(f'local_data.results: {local_data.results}')
|
117 |
if local_data.results != temp :
|
118 |
local_data.results = temp
|
119 |
-
|
120 |
|
121 |
def reset_result():
|
122 |
init_data()
|
|
|
116 |
print(f'local_data.results: {local_data.results}')
|
117 |
if local_data.results != temp :
|
118 |
local_data.results = temp
|
119 |
+
return local_data.results
|
120 |
|
121 |
def reset_result():
|
122 |
init_data()
|