Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 16, 2021
1 parent 49ef432 commit 38eb8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/botadi/mokadi/gui_mokadi.py
Expand Up @@ -74,7 +74,7 @@ def __init__(self, win, fLOG):

def run(self):
self.fLOG("[Listen] start")
process, parent_conn, child_conn = start_process_listen()
process, parent_conn, _ = start_process_listen()
self.process = process
good = {'123', 'et 23', '23', 'et 223', '923', '2123', ', 923', 'l\'un des trois',
'0123', 'Trois'}
Expand Down

0 comments on commit 38eb8bd

Please sign in to comment.