Make service runner executeable

This commit is contained in:
Jan Losinski 2019-01-07 11:19:11 +01:00
parent 8dde581e3e
commit b415d0657c
1 changed files with 2 additions and 0 deletions

2
booking_service.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import asyncio
import logging