Update orm.py

pull/388/head
midoks 2 years ago
parent f11d2db761
commit 1b1462586e
  1. 3
      class/plugin/orm.py

@ -65,6 +65,9 @@ class ORM:
def setCharset(self, charset):
self.__DB_CHARSET = charset
def setHost(self, host):
self.__DB_HOST = host
def setPort(self, port):
self.__DB_PORT = port

Loading…
Cancel
Save