mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
Done basic-configurations page
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import none
|
||||
|
||||
import config
|
||||
|
||||
if __name__ == '__main__':
|
||||
none.init()
|
||||
none.init(config)
|
||||
none.load_builtin_plugins()
|
||||
none.run(host='127.0.0.1', port=8080)
|
||||
none.run()
|
||||
|
Reference in New Issue
Block a user