Skip to content

Commit

Permalink
shorten error msg prefix for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Romani committed Mar 7, 2023
1 parent 182fac5 commit d683951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def main():
elif APP_ROLE == "A":
main_for_role_answer()
else:
print("ERROR APP_ROLE")
print("ERR APP_ROLE")


if __name__ == "__main__":
Expand Down

0 comments on commit d683951

Please sign in to comment.