Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,9 @@ def chat():
|
|
71 |
]
|
72 |
}
|
73 |
}
|
74 |
-
|
75 |
-
|
|
|
76 |
|
77 |
th_a = Thread(target = chat)
|
78 |
th_a.daemon = True
|
|
|
71 |
]
|
72 |
}
|
73 |
}
|
74 |
+
if arr[3] != "Asia/Seoul":
|
75 |
+
response_collback = requests.post(arr[3], headers=headers, data=json.dumps(data))
|
76 |
+
print(response_collback)
|
77 |
|
78 |
th_a = Thread(target = chat)
|
79 |
th_a.daemon = True
|