我正在尝试更新当前的urlwatch.py文件,并能够从远程服务器调用urls.yaml文件。我试图用我想要使用的URL修改urls_yaml变量而没有任何运气。 (通用URL用于示例):
urls_yaml = 'http://pathtourl.com/urls.yaml')
标准输出消息是:
You need to create http://pathtourl.com/urls.yaml in order to use urlwatch.
Use "urlwatch --edit" to open the file with your editor.
错误消息是:
File "/Users/mattstone/Python/urlwatch-2.2/urlwatch", line 51
urls_yaml = 'http://pathtourl.com/urls.yaml')
^
SyntaxError: invalid syntax
在上面的标准输出中,我对如何在远程服务器上创建yaml感到困惑。