mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
corrected import names
This commit is contained in:
parent
d68a8071fa
commit
418189c68e
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import functions
|
||||||
from pages.home import home
|
from pages.home import home
|
||||||
from pages.settings import settings
|
from pages.settings import settings
|
||||||
from pages.bot.edit import bot_edit
|
from pages.bot.edit import bot_edit
|
||||||
from pages.bot.accounts_add import accounts_add
|
from pages.bot.accounts_add import bot_accounts_add
|
||||||
from pages.bot.create import create
|
from pages.bot.create import bot_create
|
||||||
|
|
||||||
cfg = json.load(open("config.json"))
|
cfg = json.load(open("config.json"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue