mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-16 09:05:34 +00:00
Edit weather emoji, Tools color badge and duplicate tool badges
This commit is contained in:
@@ -24,6 +24,10 @@ def getJsonData(filePath: str) -> str:
|
||||
return data
|
||||
|
||||
|
||||
def setJsonData(filePath: str, content) -> None:
|
||||
setFileData(filePath, json.dumps(content, indent=2))
|
||||
|
||||
|
||||
def setFileData(filePath: str, content: str) -> None:
|
||||
"""
|
||||
Create a new File or replace it content if already exist
|
||||
|
||||
Reference in New Issue
Block a user