We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb0611 commit dd915e4Copy full SHA for dd915e4
lineus/diagnostics.py
@@ -37,7 +37,7 @@ def run(self):
37
for i in range(0, len(networks)):
38
if self.cancelled():
39
return
40
- self.status(f'Looking for Line-us on {networks[i]["name"]} - this may take a while')
+ self.status(f'Looking for Line-us on {networks[i]["name"]} - this may take a few minutes')
41
line_us_list = self.my_line_us.slow_search(network=i, return_first=False)
42
self.diags['scanned'][networks[i]['name']] = line_us_list
43
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='lineus',
5
- version='0.1.14',
+ version='0.1.15',
6
packages=['lineus'],
7
url='https://www.line-us.com',
8
license='MIT',
0 commit comments