Hi, I m having problem with the Loging files. I m building a telegram bot and I m using github for versioning. Cause of this I loading my secret-key and api-key from some text files(that I dont push)
If I run the python script on the bash I can see the files are read correctly store into the variables, but my app won t run(It does if I store the values direct into the variable without reading them from the files). My error-log and My access-log are empty and I can t debug the problem.
Can you help me? Is it a known issue?
BR Njsao