diff --git a/ciclopibot/__init__.py b/ciclopibot/__init__.py index f7205fe..687d6c4 100644 --- a/ciclopibot/__init__.py +++ b/ciclopibot/__init__.py @@ -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" diff --git a/ciclopibot/bot.py b/ciclopibot/bot.py index 9b7d989..5f024f9 100644 --- a/ciclopibot/bot.py +++ b/ciclopibot/bot.py @@ -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: