Updated readme and UI fixes

This commit is contained in:
Simon
2018-06-22 13:22:58 -04:00
parent 9d3fc2d71b
commit e824b2bf3c
8 changed files with 51 additions and 38 deletions

1
app.py
View File

@@ -410,7 +410,6 @@ def admin_crawl_logs():
if "username" in session:
results = taskDispatcher.get_task_logs_by_server()
print(results)
return render_template("crawl_logs.html", logs=results)
else: