Added transmitter.close() to end of file

This commit is contained in:
2026-06-02 17:06:08 +01:00
parent 8faf77918c
commit 01e2359315

2
app.py
View File

@ -96,3 +96,5 @@ if __name__ == '__main__':
except KeyboardInterrupt: except KeyboardInterrupt:
pass pass
server.close() server.close()
app.config['transmitter'].close()