logging? wtf?

This commit is contained in:
2020-05-15 02:15:45 -04:00
parent c45754b1a3
commit 92fdee435a
2 changed files with 4 additions and 1 deletions

View File

@@ -1,10 +1,11 @@
#!/usr/bin/env python3
import he_ipv6
import he_ipv6.logger
import logging
logger = logging.getLogger()
logger = logging.getLogger('HE Tunnelbroker Manager')
def main():