Merge pull request 'Fix shebang' (#2) from 740392f60e/DeGourou:shebang into main

Reviewed-on: https://gitea.com/bipinkrish/DeGourou/pulls/2
This commit is contained in:
bipinkrish 2023-08-20 09:00:17 +00:00
commit 4e61897e17

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