调整文件
parent
6003c40ecb
commit
1b7cd252fc
|
|
@ -212,10 +212,10 @@ log/*
|
||||||
example/*
|
example/*
|
||||||
!example/readme.md
|
!example/readme.md
|
||||||
|
|
||||||
/xlsx/
|
xlsx/*xlsx
|
||||||
!xlsx/readme.md
|
!xlsx/readme.md
|
||||||
|
|
||||||
/result/
|
result/*docx
|
||||||
!result/readme.md
|
!result/readme.md
|
||||||
|
|
||||||
/.report/
|
/.report/
|
||||||
3
main.py
3
main.py
|
|
@ -1,6 +1,5 @@
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import socket
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from docxtpl import DocxTemplate
|
from docxtpl import DocxTemplate
|
||||||
|
|
@ -21,4 +20,4 @@ def main(path):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main(sys.argv[1])
|
main(sys.argv[1])
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue