Update pony.py
This commit is contained in:
4
pony.py
4
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)
|
||||
app.run(debug=True)
|
||||
|
||||
Reference in New Issue
Block a user