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