Browse Source

Update proxyPool.py

fix some doubts
Tinker 6 years ago
parent
commit
336e5b2c16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      proxyPool.py

+ 1 - 1
proxyPool.py

@@ -35,7 +35,7 @@ def schedule():
 
 
 @cli.command(name="server")
-def schedule():
+def server():
     """ 启动api服务 """
     click.echo(BANNER)
     runFlask()