Moved portCheckerQueue and receiveDataQueue to network module #2257

Merged
anand-skss merged 1 commits from test1 into v0.6 2024-07-07 13:51:06 +02:00
anand-skss commented 2024-06-24 08:48:56 +02:00 (Migrated from github.com)
  • Moved portCheckerQueue and receiveDataQueue to network module
* Moved portCheckerQueue and receiveDataQueue to network module
PeterSurda (Migrated from github.com) requested changes 2024-07-06 16:47:27 +02:00
@ -5,11 +5,14 @@ Select which node to connect to
import logging
import random
from six.moves import queue
PeterSurda (Migrated from github.com) commented 2024-07-06 16:46:25 +02:00

it's probably better to split like this:

from six.moves import queue
from network import portCheckerQueue
it's probably better to split like this: ``` from six.moves import queue from network import portCheckerQueue ```
PeterSurda (Migrated from github.com) approved these changes 2024-07-07 13:44:10 +02:00
This repo is archived. You cannot comment on pull requests.
No description provided.