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)