Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
230ceb2928 | ||
|
|
458bd91d62 |
@@ -1,5 +1,13 @@
|
||||
# 更新日志
|
||||
|
||||
## 1.0.3
|
||||
|
||||
- 修复 bug
|
||||
|
||||
## 1.0.2
|
||||
|
||||
- 修复版本号没有更新~
|
||||
|
||||
## 1.0.1
|
||||
|
||||
- 修复了一个小 bug
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
__version__ = '1.0.1'
|
||||
__version__ = '1.0.3'
|
||||
__prog__ = 'blrec'
|
||||
|
||||
@@ -179,7 +179,12 @@ class StreamProcessor:
|
||||
|
||||
def _discard_file(self) -> None:
|
||||
curr_path = self._file_manager.curr_path
|
||||
|
||||
self._file_manager.close_file()
|
||||
|
||||
if self._analyse_data:
|
||||
self._data_analyser.reset()
|
||||
|
||||
logger.debug(f'discard file: {curr_path}')
|
||||
|
||||
def _reset(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user