2to3port #2

Merged
benjamyn merged 12 commits from 2to3port into master 2020-10-10 18:48:33 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit c07728c41f - Show all commits

View File

@ -7,5 +7,5 @@
# \/_/ \/_/ \/_/ \/_/ \/_/
from whois import Whois as whois
from parser import *
from flags import *
import flags
import parser

View File

@ -17,7 +17,7 @@ import error
import flags
class Whois(object):
def __init__(self, domain, debug=True):
def __init__(self, domain, debug=False):
if debug:
logging.basicConfig(level=logging.DEBUG)
logging.debug("__init__: DEBUG is set to True")