Use configuration file, not globals

Merged Teknikal_Domain requested to merge config-file into main

Python can already read INI-style configuration files with the built-in configparser, there's no reason to have a screen full of global variables to define your configuration, especially since this would cause major conflicts on every update.

Edited by Teknikal_Domain

Merge request reports