flask/flaskr
Neo c91d5733b1 Fix immutable cursor issue
Address the issue of using an immutable cursor in the file
flaskr/blog.py. The previous implementation attempted to modify
the 'posts' object, which is immutable, leading to runtime
errors. This commit refactors the code to ensure that the
cursor is handled correctly, preventing any attempts to modify
immutable objects. This change resolves the problem by
introducing a mutable data structure to store the necessary
information, thereby maintaining the integrity of the cursor
and avoiding potential errors.
2024-09-09 21:45:36 +00:00
..
static html dark mode 2024-09-09 17:58:15 +01:00
templates Add markdown support to post body 2024-09-09 21:36:16 +00:00
__init__.py Add dark mode support 2024-09-06 12:35:40 +01:00
auth.py I just want the tutorial 2024-09-06 00:18:20 +01:00
blog.py Fix immutable cursor issue 2024-09-09 21:45:36 +00:00
db.py I just want the tutorial 2024-09-06 00:18:20 +01:00
schema.sql I just want the tutorial 2024-09-06 00:18:20 +01:00