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