Update install.md

This commit is contained in:
tecnovert
2019-07-27 22:34:40 +02:00
parent 682fe578a7
commit 4972f1f60f
3 changed files with 13 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ class Test(unittest.TestCase):
thread = threading.Thread(target=self.run_thread)
thread.start()
logger.log('TODO')
logger.warning('TODO')
time.sleep(5)
runSystem.swap_client.stopRunning()