summaryrefslogtreecommitdiff
path: root/monitor/josef_experimental.py
diff options
context:
space:
mode:
authorjosef <josef.gson@gmail.com>2015-11-26 14:14:51 +0100
committerjosef <josef.gson@gmail.com>2015-11-26 14:14:51 +0100
commit0a21ff4c5f14787d06e2f3e78f04c7f696623336 (patch)
tree8e1df59189dbc82434bf139647aeb64d61331662 /monitor/josef_experimental.py
parent90c3d69f226c7de86ffdad7091780fed40bb49d3 (diff)
fixes
Diffstat (limited to 'monitor/josef_experimental.py')
-rwxr-xr-xmonitor/josef_experimental.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/monitor/josef_experimental.py b/monitor/josef_experimental.py
index 9bda083..49c9e09 100755
--- a/monitor/josef_experimental.py
+++ b/monitor/josef_experimental.py
@@ -193,7 +193,7 @@ if __name__ == '__main__':
# Experimental
- if True:
+ if False:
log = CTLOGS[2]
entries = get_entries(log["url"],187851 ,187851)["entries"]
entry = entries[0]
@@ -204,8 +204,8 @@ if __name__ == '__main__':
print parse_entry(res,0,log)
# Data gathering for Niklas
- if False:
- logs = [CTLOGS[2]] #,CTLOGS[4],CTLOGS[7],CTLOGS[8],CTLOGS[9]]
+ if True:
+ logs = [CTLOGS[9]] #,CTLOGS[4],CTLOGS[7],CTLOGS[8],CTLOGS[9]]
for log in logs:
filename = log["name"] + "_content.txt"
if os.path.exists(filename):