use logging.getLogger(__name__)
This commit is contained in:
parent
8756e51090
commit
d497e89b2b
36 changed files with 47 additions and 39 deletions
|
|
@ -11,7 +11,7 @@ import tor_request
|
|||
|
||||
import settings
|
||||
|
||||
logger = logging.getLogger('oml.directory')
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
base = settings.server['directory_service']
|
||||
base = 'http://hpjats6xixrleoqg.onion:25519'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue