Differences From Artifact [2f8de9739f]:
- Executable file vws — part of check-in [bdb22341a3] at 2019-06-06 15:12:12 on branch trunk — Increased vesion to 0.7 (user: vitus, size: 39632) [annotate] [blame] [check-ins using]
To Artifact [98f6d46292]:
- Executable file vws — part of check-in [55b9862e7a] at 2019-06-07 08:28:05 on branch trunk — More impovement of spiceuri command (user: vitus, size: 39641) [annotate] [blame] [check-ins using]
︙ | |||
76 77 78 79 80 81 82 | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | - + | continue idx = line.find("address:") if idx != -1: url = line[idx+9:] if url.startswith('*:'): url = socket.getfqdn()+url[1:] if url is None: |
︙ |