8000 changed name for duplicate function · safufude/lib-python@626d197 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 626d197

Browse files
committed
changed name for duplicate function
1 parent 1db89d4 commit 626d197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/03_connect_disconnect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def connect_handler():
7171

7272

7373
@blynk.handle_event("disconnect")
74-
def connect_handler():
74+
def disconnect_handler():
7575
print(DISCONNECT_PRINT_MSG)
7676
print('Sleeping 4 sec in disconnect handler...')
7777
time.sleep(4)

0 commit comments

Comments
 (0)
0