Skip to content

Commit 101df7d

Browse files
Update Example.py
1 parent 68b560d commit 101df7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# @ 2020, Copyright Amirmohammad Zarif
2-
# Compatible with firasimulator version 1.0.1 or higher
2+
# Compatible with AVISEngine version 1.0.1 or higher
33
import AVISEngine
44
import time
55
import cv2
@@ -14,7 +14,7 @@
1414
counter = 0
1515

1616
debug_mode = False
17-
#sleep for 2 second to make sure that client connected to the simulator
17+
#sleep for 3 seconds to make sure that client connected to the simulator
1818
time.sleep(3)
1919
try:
2020
while(True):

0 commit comments

Comments
 (0)