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

后端 未结 3 707
佛祖请我去吃肉
佛祖请我去吃肉 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条回答
  •  萌比男神i
    2021-02-13 09:52

    Create or edit the file .appcfg_nag in your home directory. Edit the first line to be:

    opt_in: false
    

提交回复
热议问题