aboutsummaryrefslogtreecommitdiff
path: root/source/mongodb.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-05-02 13:34:53 +0200
committercedricbonhomme <devnull@localhost>2012-05-02 13:34:53 +0200
commit2f49ea24027af4069458c9b47e4b4e252222da30 (patch)
treec545d8fb44cd51071beefc820a22ba75cf8a6312 /source/mongodb.py
parentVersion 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor bug... (diff)
downloadnewspipe-2f49ea24027af4069458c9b47e4b4e252222da30.tar.gz
newspipe-2f49ea24027af4069458c9b47e4b4e252222da30.tar.bz2
newspipe-2f49ea24027af4069458c9b47e4b4e252222da30.zip
Connection on the MongoDB database with authentication OK.
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