dark mode + reorganization
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user