Closed rakoo closed 1 month ago
@Bockiii sorry, in https://github.com/RSS-Bridge/rss-bridge/pull/4310 I missed to check which python version is used in the pipeline.
prtester.py
fails with TypeError: glob() got an unexpected keyword argument 'root_dir'
.
The root_dir
parameter of glob.glob()
was added with python 3.10
This is necessary for glob.glob() with the root_dir argument