Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 48cf78f

Browse files
committed
Update package and releases due to change with sqlalchemy 2.0.
1 parent e47b3ec commit 48cf78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ch16_mongodb/final/pypi_org/nosql/mongo_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import mongoengine
44

55

6-
def global_init(user=None, password=None, port=27017, server='localhost', use_ssl=True, db_name='pypi-flask-data-driven'):
6+
def global_init(user=None, password=None, port=27017, server='localhost', use_ssl=True, db_name='pypi'):
77
if user or password:
88
# noinspection PyUnresolvedReferences
99
data = dict(

0 commit comments

Comments
 (0)