X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=turbot.py;h=5095d2a39de779b82f5879a00c062b112a7bb753;hb=1bcc971443fe6298ec1c719dd6b0495433f9a1e9;hp=7371dc2ace556b8f5d1a361074096c9685d4ceca;hpb=fe74596a6ae856672759986387004e21ff7f9482;p=turbot diff --git a/turbot.py b/turbot.py index 7371dc2..5095d2a 100755 --- a/turbot.py +++ b/turbot.py @@ -103,6 +103,3 @@ def rot(): @slack_events.on("error") def handle_error(error): app.logger.error("Error from Slack: " + str(error)) - -if __name__ == '__main__': - app.run(debug=True)