mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 10:26:30 +00:00
[hub] remove sync_in_progress set
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user