Skip to content
Snippets Groups Projects
  • adam kaminski's avatar
    c5c4f90b
    Add interpreter and cleanup imports + carriage returns · c5c4f90b
    adam kaminski authored
    1) Added interpreter #!/usr/bin/python3 to allow for running as ./PVEDiscordDark.py
    2) Remove redundant import of os after sys
    3) Cleaned up carriage return characters ^M from file to resolve the following error: -bash: ./PVEDiscordDark.py: /usr/bin/python3^M: bad interpreter: No such file or directory
    Add interpreter and cleanup imports + carriage returns
    adam kaminski authored
    1) Added interpreter #!/usr/bin/python3 to allow for running as ./PVEDiscordDark.py
    2) Remove redundant import of os after sys
    3) Cleaned up carriage return characters ^M from file to resolve the following error: -bash: ./PVEDiscordDark.py: /usr/bin/python3^M: bad interpreter: No such file or directory
PVEDiscordDark.py 7.18 KiB