File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 from gamuLogger import Logger , LEVELS , debugFunc
1313 import gamuLogger
1414
15- if gamuLogger .__version__ < '2.0.0-beta.9 ' :
15+ if gamuLogger .__version__ < '2.0.1 ' :
1616 raise ImportError ('Logger version is too old' )
1717
1818except (ImportError , AttributeError ):
1919 print ("Logger not found, installing..." , end = ' ' , flush = True )
20- os .system (f'{ sys .executable } -m pip install https://github.com/GamuNetwork/logger/releases/download/2.0.0-beta.9 /gamu_logger-2.0.0b9 -py3-none-any.whl > { NULL_TARGET } 2> { NULL_TARGET } ' )
20+ os .system (f'{ sys .executable } -m pip install https://github.com/GamuNetwork/logger/releases/download/2.0.1 /gamu_logger-2.0.1 -py3-none-any.whl > { NULL_TARGET } 2> { NULL_TARGET } ' )
2121 print ("done" )
2222 from gamuLogger import Logger , LEVELS , debugFunc
2323 import gamuLogger
You can’t perform that action at this time.
0 commit comments