mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 06:46:20 +08:00
Fix bad code format
This commit is contained in:
parent
fa1ea0eea7
commit
b5b212ad76
1 changed files with 1 additions and 4 deletions
|
@ -2060,10 +2060,7 @@
|
||||||
|
|
||||||
% from get_args import args
|
% from get_args import args
|
||||||
|
|
||||||
%
|
% if args.no_update or args.release_update:
|
||||||
if args.no_update or
|
|
||||||
args.release_update
|
|
||||||
:
|
|
||||||
$("#div_update").hide();
|
$("#div_update").hide();
|
||||||
% end
|
% end
|
||||||
% import sys
|
% import sys
|
||||||
|
|
Loading…
Reference in a new issue