Wednesday

sqlite3.OperationalError: Could not decode to UTF-8 column

to get rid of this error add following line after opening connection:


db_connection = sqlite.connect('my.db')
db_connection.text_factory = str


more about connections objects

No comments:

make ubuntu business casual

to make ubuntu business casual - make it black remove background: gsettings set org.gnome.desktop.background picture-options ...