fix: add missing except clause
This commit is contained in:
parent
5f0a5ba0db
commit
96246c4778
1 changed files with 2 additions and 0 deletions
|
|
@ -465,6 +465,8 @@ def main():
|
|||
if match:
|
||||
batch = int(match.group(1))
|
||||
status_container.info(f"⏱️ Found {batch} posts in batch...")
|
||||
except:
|
||||
pass
|
||||
|
||||
# Update status
|
||||
elapsed = time.time() - start_time
|
||||
|
|
|
|||
Loading…
Reference in a new issue