Woops fixed import

pull/25/head
Guillermo Rodriguez 2023-06-03 12:46:21 -03:00
parent 4e3b7e914f
commit 6520f4e3ba
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ from .db import open_new_database
from .ipfs import open_ipfs_node
from .config import *
from .nodeos import open_cleos, open_nodeos
from .constants import ALGOS
from .constants import *
from .frontend.telegram import run_skynet_telegram