Last analyzed a95d69a 2 months ago
Default analysis branch is
Currently analyzing run
Consider removing the commented out code block PY-W0069
Anti-pattern
2 months ago6 months 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()