add config.toml
This commit is contained in:
5
.streamlit/config.toml
Normal file
5
.streamlit/config.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[browser]
|
||||||
|
gatherUsageStats = false
|
||||||
|
|
||||||
|
[server]
|
||||||
|
enableStaticServing = true
|
||||||
@@ -327,7 +327,8 @@ def load_data_from_json(filepath):
|
|||||||
directory = FOLDER_JSON
|
directory = FOLDER_JSON
|
||||||
os.makedirs(directory, exist_ok=True)
|
os.makedirs(directory, exist_ok=True)
|
||||||
filepath_full = os.path.join(directory, f"{filepath}.json")
|
filepath_full = os.path.join(directory, f"{filepath}.json")
|
||||||
|
print(filepath_full)
|
||||||
|
print(filepath)
|
||||||
# вычисление ключа
|
# вычисление ключа
|
||||||
# ip = get_ip_address()
|
# ip = get_ip_address()
|
||||||
# host = ip_check.get(ip, {}).get("host") or ""
|
# host = ip_check.get(ip, {}).get("host") or ""
|
||||||
|
|||||||
Reference in New Issue
Block a user