db logs and some fixes

This commit is contained in:
ingvar1995 2016-10-02 20:20:49 +03:00
parent 4c6205cc39
commit f782b99402
3 changed files with 9 additions and 3 deletions

View file

@ -3,7 +3,7 @@ import settings
import platform
try:
from PySide import QtNetwork, QtCore
except:
except ImportError:
from PyQt4 import QtNetwork, QtCore