mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Meta: Fix IRC notification script
What a silly mistake. How did I manage to do that?
This commit is contained in:
parent
f8c980a06b
commit
c4933f9bd7
Notes:
sideshowbarker
2024-07-19 02:28:00 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/c4933f9bd7a Pull-request: https://github.com/SerenityOS/serenity/pull/4084
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import json
|
||||
import requests
|
||||
import sys
|
||||
|
||||
# Must be exactly three lines each!
|
||||
|
|
Loading…
Reference in a new issue