Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cuckoo: Work around database encoding problems
Problems like scVENUS/PeekabooAV#136 seem to be caused by a (still somewhat mysterious) latin1 encoding default in the mysqlclient package or rather libmysqlclient C library it uses. This seems to be mitigated in python3. As a workaround for python2 we add ?charset=utf8 to the connect string. Closes scVENUS/PeekabooAV#136.
- Loading branch information