Remove unnecessary `os.chdir`, which breakes userbot on Okteto

pull/1/head
hikari.ftg 2022-04-01 13:00:16 +00:00
parent c6e2075ec3
commit c9e527fad7
1 changed files with 0 additions and 3 deletions

View File

@ -78,9 +78,6 @@ DATA_DIR = (
CONFIG_PATH = os.path.join(DATA_DIR, "config.json")
if is_okteto:
os.chdir(DATA_DIR)
def run_config(db, data_root, phone=None, modules=None):
"""Load configurator.py"""