From c5b321430e3ede0a85b5a8ba276863db187e0a82 Mon Sep 17 00:00:00 2001 From: kantorkel Date: Sun, 12 Jul 2015 18:08:17 +0200 Subject: [PATCH] fixed 'blank line contains whitespace' lib/nodelist.py:18:1: W293 blank line contains whitespace. fixed. --- lib/nodelist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodelist.py b/lib/nodelist.py index 7048dfc..a931dcf 100644 --- a/lib/nodelist.py +++ b/lib/nodelist.py @@ -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"]