This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_ai_service
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#1
main
みてるぞ
1 week ago
parent
b793b44cb7
commit
5045568f15
1 changed files
with
13 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
main.py
+ 13
- 0
main.py
View File
@@ -5,6 +5,19 @@ from datetime import date, datetime, time
async def main (
async def main (
) -> None:
# キリ番祝ひ
...
# 投稿報知
...
# クエリ処理
...
async def schedule_task (
dt_tuple: tuple[int | None, int | None, int | None, int | None, int | None, int | None],
) -> None:
) -> None:
...
...
Write
Preview
Loading…
Cancel
Save