Update graph info when fit name changes

This commit is contained in:
DarkPhoenix
2019-07-07 02:33:54 +03:00
parent 3e410540c9
commit 5b74c6c5e1
41 changed files with 61 additions and 47 deletions

View File

@@ -31,7 +31,7 @@ import config
pyfalog = Logger(__name__)
class BitmapLoader(object):
class BitmapLoader:
# try:
# archive = zipfile.ZipFile(os.path.join(config.pyfaPath, 'imgs.zip'), 'r')
# logging.info("Using zipped image files.")