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)