stevez commited on
Commit
5de984d
·
1 Parent(s): 97eaafd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -56,10 +56,11 @@ def run(hf_token, service, game, functionality, nlp_command):
56
 
57
  try:
58
  if service not in functionality_shared[1:]:
59
- t = datetime.now()
60
- t = t.astimezone(ZoneInfo('Asia/Shanghai'))
61
- t = t.replace(microsecond=0)
62
- print(f"{t} [{game:<12}] [{user_name[:12]:<12}] {nlp_command}")
 
63
 
64
  client = Client(
65
  url,
 
56
 
57
  try:
58
  if service not in functionality_shared[1:]:
59
+ pass
60
+ # t = datetime.now()
61
+ # t = t.astimezone(ZoneInfo('Asia/Shanghai'))
62
+ # t = t.replace(microsecond=0)
63
+ # print(f"{t} [{game:<12}] [{user_name[:12]:<12}] {nlp_command}")
64
 
65
  client = Client(
66
  url,