fixed requirements 2
This commit is contained in:
parent
54f3509abc
commit
5c83ea0b49
@ -3,7 +3,7 @@ LoveBOXAPIapi = '101010'
|
|||||||
|
|
||||||
from display import sendUpdate
|
from display import sendUpdate
|
||||||
import requests
|
import requests
|
||||||
import sleep
|
import time
|
||||||
|
|
||||||
def listfromAPI(message):
|
def listfromAPI(message):
|
||||||
queueList = []
|
queueList = []
|
||||||
@ -39,5 +39,7 @@ def main():
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
while True:
|
while True:
|
||||||
main()
|
main()
|
||||||
sleep(10)
|
for i in range(1,10):
|
||||||
|
print(i)
|
||||||
|
sleep(1)
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user