We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60eb3f6 commit 2f9c7fcCopy full SHA for 2f9c7fc
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='telegram-task-bot',
5
- version='0.0.5',
+ version='0.0.6',
6
license='BSD-3',
7
description='rpi-radio-alarm library',
8
long_description=open('README.md').read(),
telegramtaskbot/Bot.py
@@ -10,7 +10,7 @@
10
11
from telegramtaskbot.Task import Task
12
13
-logging.basicConfig(filename='telegamTaskBot.log', filemode='a',
+logging.basicConfig(filename='telegramTaskBot.log', filemode='a',
14
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
15
level=logging.INFO)
16
0 commit comments