Update ipsec_exporter.py

This commit is contained in:
2024-04-07 22:20:41 +02:00
committed by GitHub
Unverified
parent c60cff07b2
commit a2e1114898

View File

@@ -2,4 +2,4 @@ from src.app import App
if __name__ == "__main__": if __name__ == "__main__":
app = App() app = App()
app.main() app.main()