db logs and some fixes
This commit is contained in:
@@ -3,7 +3,7 @@ import settings
|
||||
import platform
|
||||
try:
|
||||
from PySide import QtNetwork, QtCore
|
||||
except:
|
||||
except ImportError:
|
||||
from PyQt4 import QtNetwork, QtCore
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user