Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffb171a

Browse files
arpanetuszedr
authored andcommitted
Use the missing function
1 parent9311f65 commitffb171a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def get_active_clients(clients: List[Client]) -> List[Client]:
481481
defemail_clients(clients: List[Client]) ->None:
482482
"""Send an email to a given list of clients.
483483
"""
484-
for clientin clients:
484+
for clientinget_active_clients(clients):
485485
email(client)
486486
```
487487

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp