give stats module more specific name

This commit is contained in:
Kevin Froman 2020-01-27 02:20:09 -06:00
parent b1a7641db9
commit 11d97a12d0
8 changed files with 6 additions and 6 deletions

View file

@ -4,9 +4,8 @@ SSE API for node client access
"""
from flask import g, Blueprint
from gevent import sleep
#from time import sleep
from statistics.transports.tor import TorStats
from onionrstatistics.transports.tor import TorStats
from .. import wrapper
"""
This program is free software: you can redistribute it and/or modify