diff options
author | Anthony Wang | 2021-03-25 22:21:45 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-25 22:21:45 -0500 |
commit | 11d35985f14128c4823660ae34140eaf6310c51a (patch) | |
tree | 3795d54505e9cc01a00ec13ae7c195c785e83567 /mkbinder.py | |
parent | b160d8faa831844642f1b8b6fe64dcc86095c0dd (diff) |
Rename venv
Diffstat (limited to 'mkbinder.py')
-rwxr-xr-x | mkbinder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkbinder.py b/mkbinder.py index f8c64d5..82772a0 100755 --- a/mkbinder.py +++ b/mkbinder.py @@ -1,4 +1,4 @@ -#!venv/bin/python3 +#!.venv/bin/python3 import pdfkit import weasyprint import re |