Skip to content

Commit 5de8c00

Browse files
authored
Update wifi.py
1 parent 02d3601 commit 5de8c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wifi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def set_bot_name(cls, name):
161161
@classmethod
162162
def start_as_client(cls):
163163
try:
164-
time.sleep(1.0)
164+
time.sleep(5.0)
165165
ipaddr = cls.get_ipaddr("wlan0")
166166
if ipaddr is None or "169.254" in ipaddr:
167167
raise Exception()

0 commit comments

Comments
 (0)