Skip to content

Commit

Permalink
Change queries path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardor Muminov committed Jul 25, 2017
1 parent c9e8065 commit b5ee7ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from aiotg import Bot

# Queries
from queries import user_exists, insert_user, deactivate_user
from database.queries import user_exists, insert_user, deactivate_user

# Variables
api_token = os.environ.get('API_TOKEN')
Expand Down
File renamed without changes.

0 comments on commit b5ee7ec

Please sign in to comment.