fix: fix typo

This commit is contained in:
rendies 2023-01-12 19:29:27 +07:00
parent 6786c49d33
commit 8bb25650d1

View File

@ -398,7 +398,7 @@ if __name__ == '__main__':
help="ephemeral port number of the server (1024 to 65535)")
args = vars(ap.parse_args())
# start a thread that will perform motion detection
t = threading.Thread(target=run))
t = threading.Thread(target=run)
t.daemon = True
t.start()
# start the flask app