From b9a8ef87619811a1a18e562ede8cb7887b8dba3b Mon Sep 17 00:00:00 2001 From: DarkShy <30442729+DarkShyMW@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:38:43 +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 a8e43dc..359f38b 100644 --- a/pony.py +++ b/pony.py @@ -5,7 +5,7 @@ import random app = Flask(__name__) # Пишем свой API-key из https://derpibooru.org/registrations/edit -api_key = "nYTuAw8EHfHyfL6TgXPk" +api_key = "ваш_код" # Ищем картинки на derpi def get_random_batpony_image(): @@ -30,4 +30,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)