From b710c5e8da2cd1a1bd0840a88b2716f5a09da36e Mon Sep 17 00:00:00 2001 From: MrWaradana Date: Tue, 25 Feb 2025 12:00:45 +0700 Subject: [PATCH] refactor: update info on equipment prediction --- .../insert_actual_data.cpython-311.pyc | Bin 13147 -> 13221 bytes src/modules/equipment/insert_actual_data.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/equipment/__pycache__/insert_actual_data.cpython-311.pyc b/src/modules/equipment/__pycache__/insert_actual_data.cpython-311.pyc index 5800575d199af5b50b35393180690123de6980ac..c7ba8477ac4294f48e7b1ee69377608ffdfd0cb3 100644 GIT binary patch delta 784 zcmcbewltl0IWI340}x#I*_(c8Bkx>3#wD9q^C>YgZkv2g;69_v=5>Or85z?jM+qx) zE~pVIo>wDWJZE#8Fc+gp2{T9|1f)pSaLr~&k)9kUDyBApF>fo1q)ZLhGA0Iw)j$jZ zj0`EVlRJcsC%+WYV3eDDPE>8Og{VBcJlv4^j0%(giAswrO2V`-~)oV;Iqsm50~Mg~c_3vvM)Y=8t1olt?$7bOC( zNCaMx2m~^oO2}@`*I{Kg!msjynB)w{iRlxVCo+F@1iR>i+va8Zwv2Jo42OhW6@sN1 zj++>HsI#0QIZ zSydp|iutlBD@eqO6(nNM3}j!`bW{uH-|T4kn9)3%g;8~d@&^VGy&)Mw<0p$Wfe{Y? D!9&PZ delta 778 zcmZ3QemjkKIWI340}!xp*_2+rk#{a1W7X!>d`e7=3n!lwxX-A+d7a>DM#iAYQNqgH z-8DkRoi)P6?J1&@ABY%F-YtApZ31K7f)Zws2@sGXRl~K6iGg7?5JLbXLy9y|c{HQU zWE)XecG()P*$gRilRHG``^rng6fvZ*R{`01j4A9jf<+uPf+-3JIiM&HP?QTOs)!IR z0E$9o6hJbQ--t;v3#KSdo*<@eh^|`*s9OlDZlNLtkPJ|_G$Tl_l0}U$&;i024iE+! zA&k`sVW1H}8L$I{!46QGyg*!*QGW71abI?2sE36llsOG2F!wC3VOk(EaiQ?!_Y#7e zlO(vfHg_vEGjmpPDrDvyy@)Te{VJPa!&3=-N6)19& zn-wT>Qoz#`$hpkQ7%IYWnT;!0i}|vEK(H$FWd&A{h$<^cM2i{7zAECV7G|}%+wd`? Zc@zty>I&r#3?O<#GK9uY7HI;L9RLE9%pd>& diff --git a/src/modules/equipment/insert_actual_data.py b/src/modules/equipment/insert_actual_data.py index 081bd9b..99ed31a 100644 --- a/src/modules/equipment/insert_actual_data.py +++ b/src/modules/equipment/insert_actual_data.py @@ -215,6 +215,7 @@ async def query_data(RELIABILITY_APP_URL: str, token: str): ), ), ) + print(f"Data inserted for {equipment_id} in year {year}") else: print("Data exists for equipment_id", equipment_id) # Jika data recursive_row ada @@ -353,7 +354,7 @@ async def query_data(RELIABILITY_APP_URL: str, token: str): ), ), ) - print(f"Data inserted for {equipment_id} in year {year}") + print(f"Data inserted for {equipment_id} in year {year}") seq = seq + 1