Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
KaraMelih committed Aug 15, 2024
1 parent f172b47 commit cc92ea1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion logs/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions snews_cs/snews_coinc.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,14 +507,11 @@ def alert_decider(self, which_cache_to_use="main"):
"""
# mkae a pretty terminal output
click.secho(f'{"=" * 100}', fg='bright_red')
# loop through the sub group tag and state
# print(f'TEST {self.coinc_data.sub_group_state}')

# decide which cache to use
if which_cache_to_use == 'main':
cache_data = self.coinc_data
_message_count = self.message_count
# send_alert arg
else:
cache_data = self.test_coinc_data
_message_count = self.test_message_count
Expand Down

0 comments on commit cc92ea1

Please sign in to comment.