Skip to content

Commit 86eb21f

Browse files
committed
changed defalut to 10ms
1 parent 69b1d3b commit 86eb21f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

glass_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
from time import sleep
44
import random
55

6+
67
app = Flask(__name__)
78

89
# SIMCONNECTION RELATED STARTUPS
910

1011
# Create simconnection
1112
sm = SimConnect()
1213
ae = AircraftEvents(sm)
13-
aq = AircraftRequests(sm)
14+
aq = AircraftRequests(sm, _time=10)
1415

1516
# Create request holders
1617

0 commit comments

Comments
 (0)