aboutsummaryrefslogtreecommitdiff
path: root/source/mongodb.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/mongodb.py')
-rw-r--r--source/mongodb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mongodb.py b/source/mongodb.py
index 4d8574cd..727d8183 100644
--- a/source/mongodb.py
+++ b/source/mongodb.py
@@ -246,4 +246,4 @@ if __name__ == "__main__":
# Drop the database
- articles.drop_database() \ No newline at end of file
+ articles.drop_database()
bgstack15