fixed 'blank line contains whitespace'
lib/nodelist.py:18:1: W293 blank line contains whitespace. fixed.
This commit is contained in:
parent
ee84327b5c
commit
c5b321430e
|
@ -15,7 +15,7 @@ def export_nodelist(now, nodedb):
|
|||
|
||||
if "firstseen" in node:
|
||||
node_out["status"]["firstcontact"] = node["firstseen"]
|
||||
|
||||
|
||||
if "lastseen" in node:
|
||||
node_out["status"]["lastcontact"] = node["lastseen"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue