summaryrefslogtreecommitdiff
path: root/monitor/josef_experimental.py
diff options
context:
space:
mode:
authorjosef <josef.gson@gmail.com>2015-11-10 16:49:01 +0100
committerjosef <josef.gson@gmail.com>2015-11-10 16:49:01 +0100
commit70aecc26d81eb62bc45a7b5e7328d4d5f3e28577 (patch)
tree95d72d6af4e2566e014639296d7b7bc7d6baffae /monitor/josef_experimental.py
parent2525e73c7558ce3d79f1e785f3360a5f6bf445c8 (diff)
parser fix
Diffstat (limited to 'monitor/josef_experimental.py')
-rwxr-xr-xmonitor/josef_experimental.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor/josef_experimental.py b/monitor/josef_experimental.py
index 255c883..a6d6aa9 100755
--- a/monitor/josef_experimental.py
+++ b/monitor/josef_experimental.py
@@ -184,7 +184,7 @@ if __name__ == '__main__':
# Experimental
- if True:
+ if False:
log = CTLOGS[9]
entries = get_entries(log["url"],1 ,1)["entries"]
entry = entries[0]
@@ -193,7 +193,7 @@ if __name__ == '__main__':
# print parse_entry(res,0,log)
# Data gathering for Niklas
- if False:
+ if True:
logs = [CTLOGS[9]]
for log in logs:
filename = log["name"] + "_content.txt"