flask-htmx-board1/threads_with_posts.py

45 lines
1.3 KiB
Python
Raw Permalink Normal View History

2023-07-05 22:16:11 +10:00
# <id>: {<post_num>, <pic_links>, <texto>, <name>}
2023-07-03 23:45:49 +10:00
open_threads = {
'123': {
'thread_num': '123',
'post_num': '9999',
2023-07-05 22:16:11 +10:00
'pic_links': ['16216445863900.jpg'],
2023-07-03 23:45:49 +10:00
'txt': 'фыва',
'name': 'anonius'
},
'124': {
'thread_num': '124',
'post_num': '456',
2023-07-05 22:16:11 +10:00
'pic_linkss': ['16672846165910.png'],
2023-07-03 23:45:49 +10:00
'txt': 'Test',
'name': 'anonius'
},
'1': {
'thread_num': '123',
'post_num': '1',
2023-07-05 22:16:11 +10:00
'pic_links': ['16211265989190.jpg'],
2023-07-03 23:45:49 +10:00
'txt': 'фыва',
'name': 'anonius'
},
'44': {
'thread_num': '44',
'post_num': '12',
2023-07-05 22:16:11 +10:00
'pic_links': ['15937598937440.png'],
2023-07-03 23:45:49 +10:00
'txt': 'I hate my brother-nation..',
'name': 'Владимир Владимирович'
},
'99': {
'thread_num': '99',
'post_num': '55',
2023-07-12 02:14:07 +10:00
'pic_links': ['Экран-смерти.jpg','Экран-смерти.jpg','Экран-смерти.jpg','Экран-смерти.jpg','15937598937440.png','Экран-смерти.jpg','Экран-смерти.jpg'],
2023-07-03 23:45:49 +10:00
'txt': 'фыва',
'name': 'anonius'
},
'1230': {
'thread_num': '1230',
'post_num': '1234',
2023-07-05 22:16:11 +10:00
'pic_links': ['15906018690140.png'],
2023-07-03 23:45:49 +10:00
'txt': '33333!',
'name': 'SIRNA'
}
}