Seizure / MonitorBoss

GNU Lesser General Public License v3.0
2 stars 1 forks source link

convert usage of toml sections/keys to use variables, rather than string literals #16

Closed Seizure closed 5 months ago

Seizure commented 5 months ago

eg, currently accessing ["SETTINGS"]["wait"] whileas we should probably be assigning those strings to variables at the top of the py file, and then referencing those variables

Seizure commented 5 months ago

done