mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
4 lines
97 B
Python
4 lines
97 B
Python
import json
|
|
|
|
with open("./joomla/.env_all","r") as file:
|
|
jsonData = json.dump(file, tempfile) |