From 0acb63a938fac7432182269c947cc312586f882d Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Fri, 16 Feb 2018 11:07:12 +0530 Subject: [PATCH] =?UTF-8?q?Update=20hub=20domain=20=F0=9F=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erpnext/hub_node/doctype/hub_settings/hub_settings.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/erpnext/hub_node/doctype/hub_settings/hub_settings.py b/erpnext/hub_node/doctype/hub_settings/hub_settings.py index 50b8e01461..59807532e0 100644 --- a/erpnext/hub_node/doctype/hub_settings/hub_settings.py +++ b/erpnext/hub_node/doctype/hub_settings/hub_settings.py @@ -10,9 +10,7 @@ from frappe import _ from erpnext.utilities.product import get_price, get_qty_in_stock from six import string_types -# hub_url = "http://erpnext.hub:8000" -hub_url = "https://hub.erpnext.org" -# hub_url = "http://192.168.29.145:3000" +hub_url = "https://hubmarket.org" class HubSetupError(frappe.ValidationError): pass @@ -102,4 +100,4 @@ def reset_hub_settings(last_sync_datetime = ""): @frappe.whitelist() def sync(): hub_settings = frappe.get_doc('Hub Settings') - hub_settings.sync() \ No newline at end of file + hub_settings.sync()