Skip to content

Commit 18c1b39

Browse files
mefistofelixgithub-actions[bot]
authored andcommitted
Create __main__.py (#433)
1 parent 02fbb65 commit 18c1b39

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/.domain/domains.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"cb01new": {
3-
"domain": "monster",
4-
"full_url": "https://cb01net.monster/",
5-
"old_domain": "online",
6-
"time_change": "2025-11-06 16:28:37"
3+
"domain": "cam",
4+
"full_url": "https://cb01net.cam/",
5+
"old_domain": "monster",
6+
"time_change": "2025-11-11 07:20:50"
77
},
88
"animeunity": {
99
"domain": "so",

StreamingCommunity/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .run import main
2+
3+
main()

0 commit comments

Comments
 (0)