Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ except Exception:
|
|
| 64 |
# 1) KONFIGURASI
|
| 65 |
# ============================================================
|
| 66 |
|
| 67 |
-
DATA_FILE = os.getenv("DATA_FILE", "
|
| 68 |
POP_KAB = os.getenv("POP_KAB", "Data_populasi_Kab_kota_fixed.xlsx")
|
| 69 |
POP_PROV = os.getenv("POP_PROV", "Data_populasi_propinsi.xlsx")
|
| 70 |
POP_KHUSUS = os.getenv("POP_KHUSUS", "Data_populasi_perp_khusus.xlsx")
|
|
|
|
| 64 |
# 1) KONFIGURASI
|
| 65 |
# ============================================================
|
| 66 |
|
| 67 |
+
DATA_FILE = os.getenv("DATA_FILE", "File_IPLM_090226_All")
|
| 68 |
POP_KAB = os.getenv("POP_KAB", "Data_populasi_Kab_kota_fixed.xlsx")
|
| 69 |
POP_PROV = os.getenv("POP_PROV", "Data_populasi_propinsi.xlsx")
|
| 70 |
POP_KHUSUS = os.getenv("POP_KHUSUS", "Data_populasi_perp_khusus.xlsx")
|