Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoon committed Nov 23, 2023
1 parent 270f14d commit 93f200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacollector/services/collector_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def get_data(self):
refresh_interval=0,
ws_interval=100)
# library has a bug
#self.dcm._refresh_interval = None
self.dcm._refresh_interval = None
async with self.dcm as dcm_socket:
while True:
data = await dcm_socket.recv()
Expand Down

1 comment on commit 93f200e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
start_data_collector.py25250%1–33
datacollector
   domain.py280100% 
datacollector/repositories
   data_repository.py60100% 
datacollector/services
   collector_service.py671184%17, 20–34
   data_process_service.py400100% 
   datetime_service.py9189%13
TOTAL1753779% 

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 1.154s ⏱️

Please sign in to comment.