Commit 055c6c79 authored by pkgdemon's avatar pkgdemon
Browse files

Revert "Try to resolve race condition between commit and checkin"

This reverts commit c91cfc25.
parent d41f1f72
Showing with 0 additions and 2 deletions
+0 -2
......@@ -158,8 +158,6 @@ def setup_network(ip):
if ans.status_code != 200:
result['ERROR'] = f'Failed to commit static IP information for {ip}:{ans.text}'
return result
time.sleep(1)
# checkin the changes (finalize them)
print(f'Checkin network changes on {ip}')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment