Compare commits

...

2 Commits

Author SHA1 Message Date
Skyflare 1a014238c5 Merge pull request 'Replace #!/bin/env with #!/usr/bin/env in bot.py' (#9) from noisytoot/matchmaking-bot:fix-shebang into master
Reviewed-on: #9
2024-04-16 06:35:00 +02:00
Ron Nazarov 3fc14cbaad
Replace #!/bin/env with #!/usr/bin/env in bot.py
Neither is POSIX, but /usr/bin/env is more widely used and /bin/env
does not exist on GNU Guix System.
2023-10-15 18:44:30 +01:00
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
# SPDX-License-Identifier: MIT
import asyncio, configparser
from irctokens import build, Line