Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6a70343

Browse files
committed
Fixed wrong method name in 'requests' module
1 parent 8dbfab5 commit 6a70343

File tree

23 files changed

+5
-1
lines changed

23 files changed

+5
-1
lines changed

‎MicroPython_BUILD/components/micropython/esp32/modrequests.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ STATIC const mp_rom_map_elem_t requests_module_globals_table[] = {
10351035
{ MP_ROM_QSTR(MP_QSTR_put), MP_ROM_PTR(&requests_PUT_obj) },
10361036
{ MP_ROM_QSTR(MP_QSTR_patch), MP_ROM_PTR(&requests_PATCH_obj) },
10371037
{ MP_ROM_QSTR(MP_QSTR_debug), MP_ROM_PTR(&requests_debug_obj) },
1038-
{ MP_ROM_QSTR(MP_QSTR_certicicate), MP_ROM_PTR(&requests_certificate_obj) },
1038+
{ MP_ROM_QSTR(MP_QSTR_certificate), MP_ROM_PTR(&requests_certificate_obj) },
10391039
};
10401040
STATIC MP_DEFINE_CONST_DICT(requests_module_globals, requests_module_globals_table);
10411041

-8 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
23 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-9 Bytes
Binary file not shown.
3 Bytes
Binary file not shown.
-27 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /