initializer service deployed and tested
This commit is contained in:
8
api_services/api_initializer/wh.py
Normal file
8
api_services/api_initializer/wh.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
import time
|
||||
|
||||
while True:
|
||||
|
||||
time.sleep(10)
|
||||
Reference in New Issue
Block a user