Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactore/code refactoring #7

Merged
merged 4 commits into from
Dec 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix induct-variable name into FloogindWindow::__sendTo method
  • Loading branch information
breadrock1 committed Dec 24, 2022
commit 646adc2b346bab5423441d0232db04afd6a97e7a
3 changes: 1 addition & 2 deletions src/gui/flooding_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ def __sendTo(self) -> None:
There is wrapper method to code simplistic.
"""

[self.__build_flooder_thread()\
for number in range(0, self.num_threads)]
[self.__build_flooder_thread() for _ in range(0, self.num_threads)]

def __build_flooder_thread(self) -> None:
"""
Expand Down