mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-21 00:05:39 +02:00
Fixed backticks still in applications.json platform tags
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import json
|
||||
|
||||
# Generates mainheader with dynamic project count
|
||||
def generate_mainheader():
|
||||
with open("source/data/applications.json", "r", encoding="utf-8") as f:
|
||||
data = json.load(f)
|
||||
|
||||
Reference in New Issue
Block a user