This commit is contained in:
Kovid Goyal 2020-09-16 22:30:13 +05:30
parent 2ec8ec2327
commit 50b1dfc746
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1968,7 +1968,7 @@ screen_open_url(Screen *self) {
}
bool found = false;
if (PyUnicode_Check(text)) {
CALLBACK("open_url", "sH", text, 0);
CALLBACK("open_url", "OH", text, 0);
found = true;
}
Py_CLEAR(text);