@@ -3,7 +3,7 @@
__author__ = "Davide Testa"
__email__ = "davide@davte.it"
__license__ = "GNU General Public License v3.0"
-__version__ = "1.1.10"
+__version__ = "1.1.11"
__maintainer__ = "Davide Testa"
__contact__ = "t.me/davte"
@@ -16,7 +16,11 @@ from .messages import (
)
if __name__ == '__main__':
- path = os.path.dirname(__file__)
+ path = os.path.dirname(
+ os.path.abspath(
+ __file__
+ )
try:
from .data.config import log_file_name
except ImportError: