Skip to content

Commit cc4155c

Browse files
committed
remove invalid param from example
1 parent 976e113 commit cc4155c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DataHandler.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def showhelp(self):
313313
print(' { uses a database in the file specified }')
314314
print(' "sqlite:///relative/path/to/database.txt"')
315315
print(' { note sqlite is slower than a real SQL server }')
316-
print(' "mysql://user:password@server:port/database?charset=utf8&use_unicode=0"')
316+
print(' "mysql://user:password@server:port/database?charset=utf8"')
317317
print(' { requires the MySQLdb module }')
318318
print(' "oracle://user:password@server:port/database"')
319319
print(' { requires the cx_Oracle module }')
@@ -776,6 +776,4 @@ def reload(self, client):
776776
ret = 'Reload successful'
777777
logging.info(ret)
778778
return ret
779-
780779

781-

0 commit comments

Comments
 (0)