From 6b4a080be04b075b65df5c8d01667772134a12cb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 10 Dec 2021 07:09:24 +0200 Subject: [PATCH] fdsfds --- files/helpers/const.py | 4 ++-- files/routes/awards.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 957a5c3d69..8e0bf8e878 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -536,7 +536,7 @@ AWARDS = { "description": "Pins the post/comment.", "icon": "fas fa-thumbtack fa-rotate--45", "color": "text-warning", - "price": 750 + "price": 1000 }, "unpin": { "kind": "unpin", @@ -692,7 +692,7 @@ AWARDS2 = { "description": "Pins the post/comment.", "icon": "fas fa-thumbtack fa-rotate--45", "color": "text-warning", - "price": 750 + "price": 1000 }, "unpin": { "kind": "unpin", diff --git a/files/routes/awards.py b/files/routes/awards.py index 968f77a185..814af8ee52 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -82,7 +82,7 @@ def shop(v): "icon": "fas fa-thumbtack fa-rotate--45", "color": "text-warning", "owned": 0, - "price": 750 + "price": 1000 }, "unpin": { "kind": "unpin", @@ -276,7 +276,7 @@ def buy(v, award): "description": "Pins the post/comment.", "icon": "fas fa-thumbtack fa-rotate--45", "color": "text-warning", - "price": 750 + "price": 1000 }, "unpin": { "kind": "unpin",