reformat output
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def run(hf_token, service, game, functionality, nlp_command):
|
|
45 |
|
46 |
try:
|
47 |
if service not in functionality_shared[1:]:
|
48 |
-
print(f"{datetime.today()} [{game
|
49 |
# myobj = {
|
50 |
# 'data': [service, game, r, nlp_command],
|
51 |
# }
|
|
|
45 |
|
46 |
try:
|
47 |
if service not in functionality_shared[1:]:
|
48 |
+
print(f"{datetime.today()} [{game:<16}] {nlp_command}")
|
49 |
# myobj = {
|
50 |
# 'data': [service, game, r, nlp_command],
|
51 |
# }
|