Make some fixes

This commit is contained in:
Arthur Golubtsov
2019-09-04 19:02:04 +03:00
parent 2fef306858
commit 04f87614e7
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
from server import Client
copters = []
delay = 0
def set_delay_manually(_delay):
global delay
delay = _delay