diff --git a/main.py b/main.py index 12bfd33..1337689 100644 --- a/main.py +++ b/main.py @@ -20,7 +20,7 @@ SAFE_ENV['TOKEN'] = '' DOTFILES = 'dotfiles' STOP_FILE_NAME = '.inlineplzstop' -REVIEWS_IN_PROGRESS = dict() +REVIEWS_IN_PROGRESS = {} @app.errorhandler(Exception)