Skip to content

Commit

Permalink
fix: change newer print server ip address.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoungsueKim committed Jun 21, 2024
1 parent c05627f commit bf62a45
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 @@ -50,7 +50,7 @@ def send_print_data(id: str):
try:
if __print_to_file(id) is not None:
file_name = f"{id}.prn"
server = 'https://218.145.52.21:65443/spbs/upload_bin'
server = 'http://218.145.52.7:8080/spbs/upload_bin'
header = {'Content-Type': 'application/X-binary; charset=utf-8',
'User-Agent': None,
'Content-Disposition': f"attachment; filename={file_name}",
Expand Down

0 comments on commit bf62a45

Please sign in to comment.