Fixed wrong TS records

This commit is contained in:
2022-01-24 17:05:25 +01:00
parent 3616a5a31d
commit be51f424a8
2 changed files with 30 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ Using [pyinstaller](https://www.pyinstaller.org/):
```
$ pip install -U pyinstaller
$ cd fattureCCSR/fatture_ccsr
$ pyinstaller -clean ./fatture_ccsr.spec
$ pyinstaller --clean ./fatture_ccsr.spec
```
## Author