Update gcmtool.py

logging bug fix
This commit is contained in:
tmpz23
2021-12-18 12:17:59 +01:00
committed by GitHub
parent 5a0297ea2d
commit bb8db99f0b

View File

@ -1,8 +1,9 @@
#!/usr/bin/env python3
from pathlib import Path
import logging
__version__ = "0.0.1"
__version__ = "0.0.2"
__author__ = "rigodron, algoflash, GGLinnk"
__license__ = "MIT"
__status__ = "developpement"