Skip to content

Commit

Permalink
fixed an issue due to lazy refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel committed Oct 30, 2019
1 parent 2f5aaf3 commit 626e30c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theonionbox/stamp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__title__ = 'The Onion Box'
__description__ = 'Dashboard to monitor Tor node operations.'
__version__ = '19.2b3'
__stamp__ = '20191030|213008'
__stamp__ = '20191030|214320'
2 changes: 1 addition & 1 deletion theonionbox/tob/apps/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def create_login_page(self, session: Session, node: Node, proceed_to_page: str):
session['scripts'].append('md5.js')

# deliver the login page
index = template("pages/index.html", **params)
return template("pages/index.html", **params)

def get_restart(self, session_id):

Expand Down

0 comments on commit 626e30c

Please sign in to comment.