How to disable gae python to check for updates every time I start a server in eclipse?

后端 未结 3 706
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-13 09:37

I just hate seeing this for 20sec every time I run my server: appcfg.py:393] Checking for updates to the SDK.

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 09:40

    For anyone else looking for the answer, appcfg.py now has a command line switch:

    --skip_sdk_update_check
    

    happy coding!

提交回复
热议问题