Zxce3 / userbot

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
a year ago2 years old
Consider removing the commented out code block
18    script_path = os.path.dirname(os.path.realpath(__file__))
19    if script_path != os.getcwd():
20        os.chdir(script_path)
21    # _ = userbot.commands22    # app.run()
23    try:
24        app.start()