dark mode + reorganization

This commit is contained in:
2026-02-26 02:29:23 -03:00
parent 2701dfbf85
commit 70c14acaa5
184 changed files with 177 additions and 50 deletions

View File

@@ -2,7 +2,7 @@ import pandas as pd
import json
import os
file_path = r'C:\Users\Pepitho\Desktop\SekiPOS\KeyGenerator\wea.xlsx'
file_path = os.getcwd() + 'PLU+FSMA+list+v1.0.xlsx'
sheet_name = 'Non FTL'
new_url_base = "https://server-ifps.accurateig.com/assets/commodities/"
@@ -48,4 +48,4 @@ def get_one_of_each():
print(f"✅ Success! Generated 'one_of_each.json' with {len(data_output)} unique commodities.")
if __name__ == "__main__":
get_one_of_each()
get_one_of_each()