Update pony.py
This commit is contained in:
4
pony.py
4
pony.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user