mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
show me secrets
This commit is contained in:
parent
68ddced1af
commit
c56789a502
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
import os
|
||||
import sys
|
||||
print("=" * 60)
|
||||
print("ENVIRONMENT AT STARTUP:")
|
||||
print("=" * 60)
|
||||
for k, v in sorted(os.environ.items()):
|
||||
print(f"{k}={v}")
|
||||
print("=" * 60)
|
||||
|
||||
import json
|
||||
import pandas as pd
|
||||
import requests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue