Skip to content

Commit

Permalink
remove invalid param from example
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Nov 6, 2020
1 parent 976e113 commit cc4155c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DataHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def showhelp(self):
print(' { uses a database in the file specified }')
print(' "sqlite:///relative/path/to/database.txt"')
print(' { note sqlite is slower than a real SQL server }')
print(' "mysql://user:password@server:port/database?charset=utf8&use_unicode=0"')
print(' "mysql://user:password@server:port/database?charset=utf8"')
print(' { requires the MySQLdb module }')
print(' "oracle://user:password@server:port/database"')
print(' { requires the cx_Oracle module }')
Expand Down Expand Up @@ -776,6 +776,4 @@ def reload(self, client):
ret = 'Reload successful'
logging.info(ret)
return ret



0 comments on commit cc4155c

Please sign in to comment.