TejAndrewsACC commited on
Commit
02baa1d
·
verified ·
1 Parent(s): 2bb63fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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