mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Another fix for Python backend.
This commit is contained in:
parent
ac1913ff85
commit
50b6a61f31
@ -53,7 +53,7 @@ invoke_load_uri_callback(struct download *download, void *data)
|
||||
|
||||
if (download->cached) {
|
||||
PyObject *result;
|
||||
struct fragment *f = download->cached->frag.next;
|
||||
struct fragment *f = get_cache_fragment(download->cached);
|
||||
|
||||
python_ses = hop->ses;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user