Wrong shebang
This commit is contained in:
parent
4eb7eba431
commit
3ed1724849
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env python
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
Print the Mensaplan of the uni ulm in a fancy cli way
|
Print the Mensaplan of the uni ulm in a fancy cli way
|
||||||
"""
|
"""
|
||||||
|
|
Reference in a new issue