Closedown

This commit is contained in:
x03daop
2016-04-05 16:29:46 +02:00
parent 9b1deb9626
commit a9bf980ee0

View File

@@ -972,7 +972,7 @@ if True: #__name__ == '__main__':
parser.add_argument("-l", "--loglevel", dest="loglevel", default="INFO",
choices=["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"])
args = parser.parse_args()
args.loglevel = logging.DEBUG
args.loglevel = "DEBUG"
main(args)