diff options
author | morpheus65535 <[email protected]> | 2022-05-01 08:00:20 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-01 08:00:20 -0400 |
commit | 2f01ab852348669e81c3d19b3a12f5084b04fba8 (patch) | |
tree | dc2a55e4d943563bcaedba3d79fc23c54e5b9640 /bazarr.py | |
parent | 9be3674f3a08a64aa4d11d9a28cf79dbc14fc2e0 (diff) | |
download | bazarr-2f01ab852348669e81c3d19b3a12f5084b04fba8.tar.gz bazarr-2f01ab852348669e81c3d19b3a12f5084b04fba8.zip |
Reworked Bazarr file structure to improve support and optimizationv1.0.5-beta.0
Diffstat (limited to 'bazarr.py')
-rw-r--r-- | bazarr.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import sys import time import atexit -from bazarr.get_args import args +from bazarr.app.get_args import args def check_python_version(): |