mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-30 02:41:56 +00:00
WIP
This commit is contained in:
parent
0fb4160407
commit
34711665bb
2 changed files with 2 additions and 1 deletions
|
@ -91,6 +91,7 @@ if __name__ == '__main__':
|
|||
time.sleep(5)
|
||||
else:
|
||||
os.wait()
|
||||
time.sleep(1)
|
||||
except (KeyboardInterrupt, SystemExit):
|
||||
print('Bazarr exited.')
|
||||
sys.exit(0)
|
||||
|
|
|
@ -301,7 +301,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-sm-3 text-right">
|
||||
<b>OpenSubtitles</b>
|
||||
<b>OpenSubtitles.org</b>
|
||||
</div>
|
||||
<div class="form-group col-sm-1">
|
||||
<label class="custom-control custom-checkbox">
|
||||
|
|
Loading…
Reference in a new issue