mirror of
https://gitlab.com/0xDEAD10CC/pycoindroid
synced 2025-07-06 13:01:08 -07:00
update
This commit is contained in:
parent
26afb54cb7
commit
220f852880
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class DroidControllerTask(CoindroidAPITask):
|
|||
baseMessage = "{block_height}:{action_id} - " \
|
||||
"{player_username}({player_id}):{droid_name}(" \
|
||||
"{droid_id}) did {action_type} on " \
|
||||
"{targetName}({targetID})."
|
||||
"{targetName}({targetID}).".format(**stats)
|
||||
message = [baseMessage]
|
||||
if stats["healthChangedFrom"] or stats["healthChangedTo"]:
|
||||
message.append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue