Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ini

Referencing Ini File Fails In Cron

I have a python script that queries a database. I run it from the terminal with python3 myscript.py… Read more Referencing Ini File Fails In Cron

Config File With A .py File

I have been told that doing this would be a not-very-good practice: configfile.py SOUNDENABLED = 1 … Read more Config File With A .py File