Updated path to reflect new syncthing directory hierarchy.

This commit is contained in:
Ed Braaten 2026-01-18 20:45:07 -08:00
parent 0a8de6215a
commit b0e92b7647
No known key found for this signature in database
GPG key ID: 89155734DA752F49

View file

@ -22,7 +22,7 @@ pd.set_option("display.max_rows", 150)
# point to our various input files - adjust this to your environment
data_dir = '/home/ed/syncthing/ham-radio/ARES-RACES/Nets--PNW_ARES_DMR_Weekly_Net'
data_dir = '/home/syncthing/ham-radio/ARES-RACES/Nets--PNW_ARES_DMR_Weekly_Net'
filename = 'Check_In_Data.xlsx'
data_file = os.path.join(data_dir, filename)
output_file = os.path.join(data_dir, "PNW_Digital_ARES_EMCOMM_Weekly_Net_Check_In_Form.txt")