mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
4 lines
No EOL
97 B
Python
4 lines
No EOL
97 B
Python
import json
|
|
|
|
with open("./joomla/.env_all","r") as file:
|
|
jsonData = json.dump(file, tempfile) |