feat: v1
This commit is contained in:
4
start.py
4
start.py
@ -6,8 +6,8 @@ class CreateRssServer():
|
||||
rss_options = [
|
||||
{
|
||||
'id': 'pixiv',
|
||||
'type': 0,
|
||||
'url': 'https://rss.hiiragi.club:8081/public.php?op=rss&id=-2&is_cat=0&q=&key=pp9ejw64463b6621a0b',
|
||||
'rss_pipe_handler': pixiv_handler,
|
||||
'result_handler': pixiv_result_handler
|
||||
}
|
||||
]
|
||||
@ -17,4 +17,4 @@ rss_server = CreateRssServer()
|
||||
app = rss_server.app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
app.start()
|
||||
|
Reference in New Issue
Block a user