mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 06:55:00 +00:00
Update server.py
This commit is contained in:
parent
bbb8c7fe55
commit
d3f3b423c6
|
@ -7,7 +7,7 @@
|
|||
# Namyheon Go (Catswords Research) <gnh1201@gmail.com>
|
||||
# https://github.com/gnh1201/caterpillar
|
||||
# Created at: 2022-10-06
|
||||
# Updated at: 2024-07-04
|
||||
# Updated at: 2024-07-09
|
||||
#
|
||||
|
||||
import argparse
|
||||
|
@ -499,7 +499,7 @@ def start(): #Main Program
|
|||
|
||||
if __name__== "__main__":
|
||||
# load extensions
|
||||
map(Extension.register, use_extension.split(',')))
|
||||
map(Extension.register, use_extension.split(','))
|
||||
|
||||
# start Caterpillar
|
||||
start()
|
||||
|
|
Loading…
Reference in New Issue
Block a user