mirror of
https://github.com/FAUSheppy/monitoring-tools
synced 2025-12-06 03:21:35 +01:00
fix: remove vim exit typo
This commit is contained in:
@@ -42,7 +42,7 @@ if __name__ == "__main__":
|
|||||||
"origin" : socket.gethostname(),
|
"origin" : socket.gethostname(),
|
||||||
}
|
}
|
||||||
|
|
||||||
message = message = 'Subject: Monitoring Challenge\n\n{}dd'.format(json.dumps(challenge))
|
message = message = 'Subject: Monitoring Challenge\n\n{}'.format(json.dumps(challenge))
|
||||||
|
|
||||||
context = ssl.create_default_context()
|
context = ssl.create_default_context()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user