Skip to content

Commit

Permalink
Removed deprecated mime type application/gcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Zoubek authored and ondratu committed Mar 8, 2023
1 parent 7214748 commit 5ccfdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prusa/connect/printer/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ def to_dict(self):
class DownloadMgr:
"""Download manager."""
LOOP_INTERVAL = .1
VALID_MIME_TYPES = ('application/gcode', 'text/plain', 'text/x.gcode',
'application/binary', 'application/octet-stream')
VALID_MIME_TYPES = ('text/plain', 'text/x.gcode', 'application/binary',
'application/octet-stream')
SMALL_BUFFER = 1024
BIG_BUFFER = 1024 * 100

Expand Down

0 comments on commit 5ccfdbf

Please sign in to comment.