Skip to content

Commit 056397a

Browse files
committed
Change debug screen
1 parent 5f32eff commit 056397a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

auto_editor/__main__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ def main() -> None:
311311

312312
import av
313313

314-
print(f"Python Version: {plat.python_version()}")
315-
print(f"Platform: {plat.system()} {plat.release()} {plat.machine().lower()}")
316-
print(f"PyAV Version: {av.__version__}")
317-
print(f"Auto-Editor Version: {auto_editor.version}")
314+
print(f"OS: {plat.system()} {plat.release()} {plat.machine().lower()}")
315+
print(f"Python: {plat.python_version()}")
316+
print(f"PyAV: {av.__version__}")
317+
print(f"Auto-Editor: {auto_editor.version}")
318318
return
319319

320320
if not args.input:

0 commit comments

Comments
 (0)