[hub] remove sync_in_progress set

This commit is contained in:
Prateeksha Singh 2018-07-26 18:20:58 +05:30
parent d450c0ac08
commit bcd7077342

View File

@ -51,7 +51,7 @@ class HubSettings(Document):
self.sync_in_progress = 1
doc.run()
self.sync_in_progress = 0
# self.sync_in_progress = 0
def pre_reg(self):
site_name = frappe.local.site + ':' + str(frappe.conf.webserver_port)