X-Git-Url: https://git.tld-linux.org/?p=tld-builder.git;a=blobdiff_plain;f=TLD_Builder%2Floop.py;fp=PLD_Builder%2Floop.py;h=5ec5306c298c9d1c66e5c9f4b9b2be7cdfb70091;hp=bc5be9a1bcfe076beab8a9c5f99544280da16fe0;hb=b999f53d4bf5d44586ecf028876e8bc20b5fd2ce;hpb=37463eaa22f48f5fecbb90e69ef67a69e0bf9788 diff --git a/PLD_Builder/loop.py b/TLD_Builder/loop.py similarity index 99% rename from PLD_Builder/loop.py rename to TLD_Builder/loop.py index bc5be9a..5ec5306 100644 --- a/PLD_Builder/loop.py +++ b/TLD_Builder/loop.py @@ -28,4 +28,3 @@ def run_loop(fnc, secs = 5, max = 60): took = time.time() - last if took < secs: time.sleep(secs - took) -