Skip to content

Commit

Permalink
Change debug screen
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jul 1, 2024
1 parent 5f32eff commit 056397a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions auto_editor/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ def main() -> None:

import av

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

if not args.input:
Expand Down

0 comments on commit 056397a

Please sign in to comment.