vcxxcv
This commit is contained in:
parent
f03bb79cae
commit
7f79cc75e3
1 changed files with 3 additions and 1 deletions
|
@ -636,7 +636,9 @@ def edit_comment(cid, v):
|
|||
if v.admin_level == 3:
|
||||
if parent_post.id == 48:
|
||||
filename = 'files/assets/images/Drama/sidebar/' + str(len(listdir('files/assets/images/Drama/sidebar'))+1) + '.webp'
|
||||
process_image(file.stream, filename, 400)
|
||||
print('sex')
|
||||
text = process_image(file.stream, filename, 400)
|
||||
print(text)
|
||||
elif parent_post.id == 49:
|
||||
filename = 'files/assets/images/Drama/sidebar/' + str(len(listdir('files/assets/images/Drama/banners'))+1) + '.webp'
|
||||
process_image(file.stream, filename, 400)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue