mirror of https://github.com/coddrago/Heroku
Remove unnecessary `os.chdir`, which breakes userbot on Okteto
parent
c6e2075ec3
commit
c9e527fad7
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue