aboutsummaryrefslogtreecommitdiffstats
path: root/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'handlers.py')
-rw-r--r--handlers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/handlers.py b/handlers.py
index 6a24a65..533795c 100644
--- a/handlers.py
+++ b/handlers.py
@@ -44,7 +44,6 @@ class Website(Site):
try:
entry = session.query(Upload).filter_by(id=id).one()
exists = True
- continue
except db.orm.exc.NoResultFound:
entry = Upload(id=id)
exists = False