mirror of
https://gitea.com/bipinkrish/DeGourou.git
synced 2024-11-17 09:30:22 +00:00
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:
commit
4e61897e17
1 changed files with 1 additions and 1 deletions
2
DeGourou.py
Normal file → Executable file
2
DeGourou.py
Normal file → Executable 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue