Index: cloud_sync.py =================================================================== diff -u -rae065dc96f33fc1946785ee833356dae959be2d9 -r7c2ce42783d5475b483af47e22a089f4b032b7c1 --- cloud_sync.py (.../cloud_sync.py) (revision ae065dc96f33fc1946785ee833356dae959be2d9) +++ cloud_sync.py (.../cloud_sync.py) (revision 7c2ce42783d5475b483af47e22a089f4b032b7c1) @@ -60,6 +60,8 @@ g_utils.add_logger(app.logger) +sleep(5) # wait for UI to prepare the configurations partition + try: g_config = helpers_read_config(CONFIG_PATH)