mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-09 13:08:32 -04:00
Fixed pep8 violation
This patch fixes a pep8 violation in the location plugin
This commit is contained in:
parent
8b73372b6e
commit
5bc589f21f
@ -85,7 +85,6 @@ class LocationPlugin(plugin.APRSDRegexCommandPluginBase, plugin.APRSFIKEYMixin):
|
||||
delta_seconds = time.time() - int(aprs_lasttime_seconds)
|
||||
delta_hours = delta_seconds / 60 / 60
|
||||
|
||||
|
||||
reply = "{}: {} {}' {},{} {}h ago".format(
|
||||
searchcall,
|
||||
area_info,
|
||||
|
Loading…
Reference in New Issue
Block a user