fixed 'blank line contains whitespace'

lib/nodelist.py:18:1: W293 blank line contains whitespace. fixed.
respondd
kantorkel 2015-07-12 18:08:17 +02:00
parent ee84327b5c
commit c5b321430e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def export_nodelist(now, nodedb):
if "firstseen" in node: if "firstseen" in node:
node_out["status"]["firstcontact"] = node["firstseen"] node_out["status"]["firstcontact"] = node["firstseen"]
if "lastseen" in node: if "lastseen" in node:
node_out["status"]["lastcontact"] = node["lastseen"] node_out["status"]["lastcontact"] = node["lastseen"]