mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-18 13:48:41 -04:00
Fixed pep8 violation
This patch fixes a pep8 violation in the location plugin
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user