build
This commit is contained in:
parent
177f593ef3
commit
9294169624
1 changed files with 2 additions and 3 deletions
|
@ -51,10 +51,9 @@ def build(sign):
|
|||
'--verify', signature, pdf,
|
||||
]).decode('u8').splitlines()
|
||||
id = lines[2].index('"')
|
||||
using = lines[1].index('using')
|
||||
lines = [
|
||||
lines[0][:using]+
|
||||
lines[1][using:],
|
||||
lines[0],
|
||||
lines[1],
|
||||
lines[2][:id] + lines[4][id:]
|
||||
.replace('@', ' @ ')
|
||||
.replace('.', ' ⋅ ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue