Update app.py
Browse files
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 |
-
|
60 |
-
t =
|
61 |
-
t = t.
|
62 |
-
|
|
|
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,
|