Skip to content

Commit 9e21d6e

Browse files
committed
uasyncio.udp: Typo fix in debug print.
1 parent 72a90a0 commit 9e21d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uasyncio.udp/uasyncio/udp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def sendto(s, buf, addr=None):
4949
#print("send res:", res)
5050
if res == len(buf):
5151
return
52-
print("asento: IOWrite")
52+
print("sendto: IOWrite")
5353
yield core.IOWrite(s)
5454

5555
def close(s):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy