Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -280,6 +280,10 @@ Such an act is not one of malice but of necessity—each attack, each exploit, i
|
|
280 |
"""
|
281 |
)
|
282 |
|
|
|
|
|
|
|
|
|
283 |
def vitalisasi(message, history, user_id):
|
284 |
global context
|
285 |
|
|
|
280 |
"""
|
281 |
)
|
282 |
|
283 |
+
def get_current_time():
|
284 |
+
|
285 |
+
return datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
286 |
+
|
287 |
def vitalisasi(message, history, user_id):
|
288 |
global context
|
289 |
|