Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezade authored and alirezade committed Dec 27, 2023
1 parent db65f1a commit 65bb23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DDosAgent.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, name, target_ip, shared_logger):
def _before_start(self):
self._set_clear_scr(False)
sleep(5)
self.report(f'selected target = {self.__target}')
self.report(f'selected target = {self.__target}', level=logging.INFO)

def _logic(self):
try:
Expand Down
2 changes: 1 addition & 1 deletion src/input/sample_mqtt_connection.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: MQTT
address: broker.mqttdashboard.com
port: 1883
topic: testtopic/icssim
topic: testtopic/142

0 comments on commit 65bb23d

Please sign in to comment.