corrected import names

This commit is contained in:
Lynne Megido 2019-09-18 21:27:36 +10:00
parent d68a8071fa
commit 418189c68e

View File

@ -12,8 +12,8 @@ import functions
from pages.home import home
from pages.settings import settings
from pages.bot.edit import bot_edit
from pages.bot.accounts_add import accounts_add
from pages.bot.create import create
from pages.bot.accounts_add import bot_accounts_add
from pages.bot.create import bot_create
cfg = json.load(open("config.json"))