Skip to content

Commit 42e8a4c

Browse files
committed
Renamed function
1 parent 58c6807 commit 42e8a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wiznet5k_wsgiserver_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def large(request): # pylint: disable=unused-argument
106106

107107

108108
@web_app.route("/code")
109-
def large(request): # pylint: disable=unused-argument
109+
def code(request): # pylint: disable=unused-argument
110110
print("Static file code.py handler")
111111
return ("200 OK", [], get_static_file("code.py"))
112112

0 commit comments

Comments
 (0)