mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-23 14:26:02 +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
|
||||
|
||||
%
|
||||
if args.no_update or
|
||||
args.release_update
|
||||
:
|
||||
% if args.no_update or args.release_update:
|
||||
$("#div_update").hide();
|
||||
% end
|
||||
% import sys
|
||||
|
|
Loading…
Reference in a new issue