Skip to content

Commit 860da8a

Browse files
committed
🎄 chore: make minor changes
1 parent ed95f3f commit 860da8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@app.route("/")
2222
def index():
2323
posts = get_posts()
24-
resources = info["resources"]
24+
resources = INFO["resources"]
2525
current_day = datetime.date.today()
2626
today = datetime.date.strftime(current_day, "%B %d, %Y")
2727

‎manager_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import markdown
55

6-
from settings import info
6+
from settings import INFO
77

88

99
class AuthorNotFound(Exception):

0 commit comments

Comments
 (0)