1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +00:00

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"))