farcepest / MySQLdb1

MySQL database connector for Python (legacy version)
https://sourceforge.net/projects/mysql-python/
666 stars 318 forks source link

line 2005 error fixed #152

Closed mrgfy closed 4 years ago

mrgfy commented 4 years ago

Line 2005

if ( reconnect != -1 ) self->connection.reconnect = reconnect; -------------------------------------------------^ should be ";" instead of "." problem solved :wink:

farcepest commented 4 years ago

Are you trolling or just ignorant?