Go to file
Groosha f5e22c3569
Removed redundant conversion to string in config.py
According to [os.getenv()](https://docs.python.org/3/library/os.html#os.getenv) documentation, a string is returned, no need to wrap the result in `str()` again.
2020-11-07 03:36:20 +03:00
data Removed redundant conversion to string in config.py 2020-11-07 03:36:20 +03:00
filters Deleted mysql support, redis password, webhook, keyboard constructors, filters, loguru. 2020-04-14 01:50:57 +03:00
handlers fix 2020-08-05 21:14:07 +03:00
keyboards Update __init__.py 2020-07-15 20:09:31 +03:00
middlewares Update throttling.py 2020-08-19 14:00:37 +03:00
states Deleted mysql support, redis password, webhook, keyboard constructors, filters, loguru. 2020-04-14 01:50:57 +03:00
utils Removed unused redis settings. Updated aiogram verion to 2.10.1 2020-10-21 21:43:35 +03:00
.env.dist fix 2020-08-05 21:14:07 +03:00
.gitignore Update .gitignore 2020-08-19 13:57:14 +03:00
app.py fix 2020-08-05 21:14:07 +03:00
loader.py I'll use Memory storage as a default 2020-04-14 14:54:03 +03:00
requirements.txt Removed unused redis settings. Updated aiogram verion to 2.10.1 2020-10-21 21:43:35 +03:00