Correct logger name

This commit is contained in:
nolash 2021-07-09 17:20:06 +02:00
parent 3f4af34333
commit 4a6bd84b7a
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ from hexathon import (
# local imports
from .base import SyncFilter
#logg = logging.getLogger(__name__)
logg = logging.getLogger()
logg = logging.getLogger(__name__)
account_registry_add_log_hash = '0x9cc987676e7d63379f176ea50df0ae8d2d9d1141d1231d4ce15b5965f73c9430'