Skip to content

Commit

Permalink
change: change another printer driver (45453ZK)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoungsueKim committed Nov 26, 2022
1 parent 5078114 commit c71d2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verbose-waffle/core/printers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_page_cnt(id: str):

def __print_to_file(id: str):
# Create Virtual Printer
subprocess.check_call(f'lpadmin -p {id} -v file:///root/{id}.prn -E -m CNRCUPSIRADV45253ZK.ppd'.split(' '))
subprocess.check_call(f'lpadmin -p {id} -v file:///root/{id}.prn -E -m CNRCUPSIRADV45453ZK.ppd'.split(' '))

# Print pdf file via the virtual printer
subprocess.check_call(f'lpr -P {id} -o ColorModel=KGray temp/{id}.pdf'.split(' '))
Expand Down

0 comments on commit c71d2dc

Please sign in to comment.