Fix shebang

This commit is contained in:
Wade Kuhn 2023-08-20 10:55:35 +02:00
parent 321e23c70f
commit 2a825abbeb

2
DeGourou.py Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env python
from setup.loginAccount import loginAndGetKey from setup.loginAccount import loginAndGetKey
from setup.fulfill import downloadFile from setup.fulfill import downloadFile