steveagi commited on
Commit
d2df9da
·
1 Parent(s): 6a7682d

reformat output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:>10}] {nlp_command}")
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
  # }