Skip to content
This repository has been archived by the owner on Oct 20, 2019. It is now read-only.

Commit

Permalink
Remove unnecessary colons from "last update" field in overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
seldonlabs committed Jun 9, 2018
1 parent 3627ba8 commit af06a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roa.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def parse_reply_for_overlay(reply):
lines.append(u'{}'.format(data['Clan']))

if 'lastUPD' in data:
lines.append(line_template.format('Last update:', _format_epoch(data['lastUPD'])))
lines.append(line_template.format('Last update', _format_epoch(data['lastUPD'])))

if 'isClogger' in data:
lines.append(line_template.format('Combat logger', _format_bool(data['isClogger'])))
Expand Down

0 comments on commit af06a86

Please sign in to comment.