Well this is awkward - You just won't believe where the error was!
On main.py I tried to run only SROutput the function that sends a parameter to other script - some extra errors, until I pay some attention to:particularly the debug=True - and guess what?!?!?
Yes, removing the "debug" the program works like a charm




On main.py I tried to run only SROutput the function that sends a parameter to other script - some extra errors, until I pay some attention to:
Code:
if __name__ == '__main__': app.run(host='0.0.0.0', port=5000, debug=True)
Yes, removing the "debug" the program works like a charm
Statistics: Posted by Eddygrinder — Mon Dec 25, 2023 10:25 pm