Update server.py

This commit is contained in:
Namhyeon Go 2024-07-09 16:41:15 +09:00 committed by GitHub
parent bbb8c7fe55
commit d3f3b423c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()