Update pony.py

This commit is contained in:
DarkShy
2024-04-11 18:03:56 +03:00
committed by GitHub
parent 48920ae54a
commit f49eaac964

View File

@@ -9,7 +9,7 @@ Bootstrap(app)
# Пишем свой API-key из https://derpibooru.org/registrations/edit # Пишем свой API-key из https://derpibooru.org/registrations/edit
api_key = "nYTuAw8EHfHyfL6TgXPk" api_key = "ваш_токен"
querry = 'batpony,safe,cute' querry = 'batpony,safe,cute'
# Ищем картинки на derpi # Ищем картинки на derpi
@@ -35,4 +35,4 @@ def index():
tags=random_batpony_image["tags"]) tags=random_batpony_image["tags"])
if __name__ == "__main__": if __name__ == "__main__":
app.run(debug=True) app.run(debug=True)