Skip to content

Commit ba5646e

Browse files
fix: update python command to python3 in run_namer_command
1 parent c1a1425 commit ba5646e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ExplicitUtil/recursive_namer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run_namer_command(
7070
try:
7171
# print(f"Detected OS: {platform.system()}")
7272
cmd = [
73-
"python",
73+
"python3",
7474
"-m",
7575
"namer",
7676
"rename",
@@ -101,7 +101,7 @@ def run_namer_command(
101101
print(f"NFO: Successfully match {directory} with nfo. Try the PornDB again.")
102102
time.sleep(random.random()*5+0.5)
103103
cmd = [
104-
"python",
104+
"python3",
105105
"-m",
106106
"namer",
107107
"rename",

0 commit comments

Comments
 (0)