This commit is contained in:
Martin
2016-06-30 17:31:58 +02:00
parent 032b417e1d
commit 77634ae303
15 changed files with 41 additions and 23 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
from esales.cluster import Cluster
class Esales(object):
def __init__(self, app=None):
@@ -9,4 +10,4 @@ class Esales(object):
self.init_app(app)
def init_app(self, app):
self.cluster.url = app.config.get('ESALES_URL')
self.cluster.url = app.config.get('ESALES_URL')