Skip to content

Commit

Permalink
Merge pull request #56 from Daft-Freak/patch-1
Browse files Browse the repository at this point in the history
Fix 32blit thing.blit
  • Loading branch information
Gadgetoid committed Dec 19, 2020
2 parents 3c90e52 + 9a40477 commit 70f88ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ttblit/__init__.py
Expand Up @@ -24,7 +24,7 @@ def main():
if len(sys.argv) == 2:
path = pathlib.Path(sys.argv[1])
if path.suffix == '.blit':
sys.argv[1:] = ['flash', 'flash', '--file', str(path)]
sys.argv[1:] = ['flash', 'save', '--file', str(path)]

if len(sys.argv) == 3:
path = pathlib.Path(sys.argv[2])
Expand Down

0 comments on commit 70f88ca

Please sign in to comment.