mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-31 08:05:11 +02:00
If username is not configured then retry in 5 minutes
This commit is contained in:
parent
cd89bc8ac7
commit
f4e77ab54e
1 changed files with 2 additions and 2 deletions
|
@ -85,12 +85,12 @@ def main():
|
|||
username = db_sysconfig.get_sysconfig('username')
|
||||
except:
|
||||
log.error("No username found")
|
||||
time.sleep(sleep_time)
|
||||
time.sleep(300)
|
||||
continue
|
||||
# util.send_mikrowizard_request(params)
|
||||
if not username or username.strip()=="":
|
||||
log.error("No username found")
|
||||
time.sleep(sleep_time)
|
||||
time.sleep(300)
|
||||
continue
|
||||
install_date=set_get_install_date()
|
||||
from _version import __version__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue