Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel authored Jan 30, 2017
2 parents 4dbd49d + e10872c commit fe4ec8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions FreeBSD/theonionbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ start_cmd="/usr/sbin/daemon -u ${theonionbox_user} -p ${pidfile} ${command}"

# Let's go!
run_rc_command "$1"

2 changes: 1 addition & 1 deletion theonionbox/stamp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20170130|210444
20170130|210444
2 changes: 1 addition & 1 deletion theonionbox/theonionbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from __future__ import absolute_import
from __future__ import print_function

# __version__ = '3.0.1' # stamp will be added later
__version__ = '3.2' # stamp will be added later

__description__ = 'The Onion Box: WebInterface to monitor Tor Relays and Bridges'

# from tob.version_tester import Version
Expand Down
1 change: 1 addition & 0 deletions theonionbox/tob/onionoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def _decode_history_object(self, name, key):
# This Exception will be raised if a wrong 'name' was provided while programming
# OR if the relay is so young that there are no historical infos in the onionoo data!
self.log.warn("While decoding Onionoo history data: Key '{}' not found.".format(name))

return None

try:
Expand Down

0 comments on commit fe4ec8f

Please sign in to comment.