[#863] Change python executable in scheduler to python3 only

This commit is contained in:
Théophile Diot 2024-01-25 18:38:35 +01:00
parent 1ea6d92584
commit 549f442c1c
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -580,7 +580,7 @@ if __name__ == "__main__":
logger.info("Running config saver to save potential ignored external plugins settings ...")
proc = subprocess_run(
[
"python",
"python3",
join(
sep,
"usr",