Skip to content

Commit

Permalink
Minor improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adoria298 committed May 6, 2020
1 parent b0a4069 commit f322a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def card_str(card):
except Exception as e:
print(f"An error has occured with the input '{cmd} {args}'.")
print("Details:", e)
print("Please submit a bug report at https://www.github.com/Adoria298/Heis/issues . Ensure you include your entire game, from when you first started your client to this point.")
print("Please try again.")
else: # check again in 30s
print(f"{state.players[0].name} is playing right now.")
Expand Down
2 changes: 1 addition & 1 deletion client_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
all return the StateOfPlay.
The _help variable in each function provides a helpful message for the user.
The docstriing of each function is intended for the programmer.
The docstring of each function is intended for the programmer.
"""
import uno_pb2, grpc

Expand Down

0 comments on commit f322a2f

Please sign in to comment.