We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2b42f commit 8038e46Copy full SHA for 8038e46
README.md
@@ -26,5 +26,5 @@ Use it from Python:
26
import myloginpath, MySQLdb
27
conf = myloginpath.parse('client')
28
print(conf) # {'host': 'localhost', 'user': 'localuser', 'password': 'secretstring'}
29
-conn = MySQLdb.connect(**conf, db="myapp")
+conn = MySQLdb.connect(**conf, database="myapp")
30
```
0 commit comments