Skip to content

Commit

Permalink
fix typo (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: skwal <SkwalExe>
  • Loading branch information
SkwalExe authored Nov 24, 2023
1 parent c20d910 commit 2edc340
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.4.0 - Unreleased

### Fixed
- Fixed typos

# 1.3.0 - 2023-11-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion fractalistic/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def command_threads(self, value: int) -> None:

def command_screenshot_threads(self, value: int) -> None:
self.settings.screenshot_threads = value
self.log_write(f"Screenshot thread count set to [blue]{self.settings.screenshot_size}")
self.log_write(f"Screenshot thread count set to [blue]{self.settings.screenshot_threads}")

# We cant directly set command_list because we couldn't reference command methods correctly
def set_command_list(self) -> None:
Expand Down

0 comments on commit 2edc340

Please sign in to comment.