diff --git a/onionr/onionrdaemontools.py b/onionr/onionrdaemontools.py index 50679184..8410cb80 100644 --- a/onionr/onionrdaemontools.py +++ b/onionr/onionrdaemontools.py @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . ''' -import onionrexceptions, onionrpeers, onionrproofs, base64 +import onionrexceptions, onionrpeers, onionrproofs, base64, logger class DaemonTools: def __init__(self, daemon): self.daemon = daemon