mirror of
https://github.com/rendies/People-Counting-in-Real-Time.git
synced 2025-05-14 09:59:29 +07:00
fix: fix typo
This commit is contained in:
parent
6786c49d33
commit
8bb25650d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user