Skip to content

Commit

Permalink
Revert "Temporary fix a bug in the 'aiotg' library"
Browse files Browse the repository at this point in the history
This reverts commit 7a81b72
but the 'default_in_groups' mode will be still enabled.
  • Loading branch information
kozalosev committed Nov 11, 2018
1 parent 8c3d294 commit be28b76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
3 changes: 1 addition & 2 deletions app/bot.py
Expand Up @@ -3,8 +3,7 @@
import os
import asyncio
from aiohttp import web
from aiotg import Chat, InlineQuery, CallbackQuery
from fixed_aiotg import Bot
from aiotg import Bot, Chat, InlineQuery, CallbackQuery
from klocmod import LocalizationsContainer

import msgdb
Expand Down
22 changes: 0 additions & 22 deletions app/fixed_aiotg.py

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
aiotg==0.9.7
git+git://github.com/szastupov/aiotg@e1e018f483bcaa0b5a573c8ed22305331ab0ba37
aiohttp==3.0.5
klocmod==0.1.0

0 comments on commit be28b76

Please sign in to comment.