stevez commited on
Commit
15588b9
·
1 Parent(s): f0454bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -31,6 +31,8 @@ print(f"[Beijing]: {t.replace(microsecond=0)}")
31
  t = t.astimezone(ZoneInfo('America/Los_Angeles'))
32
  print(f"[Seattle]: {t.replace(microsecond=0)}")
33
 
 
 
34
  def run(hf_token, service, game, functionality, nlp_command):
35
  """
36
  event handler
 
31
  t = t.astimezone(ZoneInfo('America/Los_Angeles'))
32
  print(f"[Seattle]: {t.replace(microsecond=0)}")
33
 
34
+ assert False
35
+
36
  def run(hf_token, service, game, functionality, nlp_command):
37
  """
38
  event handler