Update app.py
Browse files
app.py
CHANGED
@@ -300,7 +300,7 @@ async def optimize_and_upload(images_urls: List[str] | str, convert: bool = Fals
|
|
300 |
ph_link = None
|
301 |
if convert:
|
302 |
try:
|
303 |
-
ph_link = await tgph_create_page(tgph_acc.get_token(), '
|
304 |
except Exception as e:
|
305 |
print(f'не получилось создать страницу на телеграфе: {e}')
|
306 |
async with RentryClient('https://rentry.org') as client:
|
|
|
300 |
ph_link = None
|
301 |
if convert:
|
302 |
try:
|
303 |
+
ph_link = await tgph_create_page(tgph_acc.get_token(), 'DAllE-3', '*изображения скоро появятся, обнови страницу...*')
|
304 |
except Exception as e:
|
305 |
print(f'не получилось создать страницу на телеграфе: {e}')
|
306 |
async with RentryClient('https://rentry.org') as client:
|