mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
[#863] Change python executable in scheduler to python3 only
This commit is contained in:
parent
1ea6d92584
commit
549f442c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue