rumpeltux / onlineticket

Parser for online-tickets according to ETF-918.3
GNU General Public License v3.0
69 stars 10 forks source link

download_keys.py shebang and executable bit #17

Closed danielmarschall closed 6 months ago

danielmarschall commented 6 months ago

At download_keys.py, the shebang #!/usr/bin/env python3 is missing.

Additionally, the executable bit (chmod +x) is missing for this .py file. The other two .py files correctly have the executable bit set.