From f49eaac9641e06aa06e2ad67637e4d656e90b8b7 Mon Sep 17 00:00:00 2001 From: DarkShy <30442729+DarkShyMW@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:03:56 +0300 Subject: [PATCH] Update pony.py --- pony.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pony.py b/pony.py index 66eb799..a3eea2e 100644 --- a/pony.py +++ b/pony.py @@ -9,7 +9,7 @@ Bootstrap(app) # Пишем свой API-key из https://derpibooru.org/registrations/edit -api_key = "nYTuAw8EHfHyfL6TgXPk" +api_key = "ваш_токен" querry = 'batpony,safe,cute' # Ищем картинки на derpi @@ -35,4 +35,4 @@ def index(): tags=random_batpony_image["tags"]) if __name__ == "__main__": - app.run(debug=True) \ No newline at end of file + app.run(debug=True)