fix: python -> py3 for types ;)

This commit is contained in:
Didier Slof 2022-12-09 11:04:13 +01:00
parent 8dac0da6be
commit 82ce01b85b
Signed by: didier
GPG key ID: 01E71F18AA4398E5

2
man
View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
python utils/manager/main.py $@ python3 utils/manager/main.py $@