Skip to content

Commit dd915e4

Browse files
committed
Update icns file
1 parent 2eb0611 commit dd915e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lineus/diagnostics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run(self):
3737
for i in range(0, len(networks)):
3838
if self.cancelled():
3939
return
40-
self.status(f'Looking for Line-us on {networks[i]["name"]} - this may take a while')
40+
self.status(f'Looking for Line-us on {networks[i]["name"]} - this may take a few minutes')
4141
line_us_list = self.my_line_us.slow_search(network=i, return_first=False)
4242
self.diags['scanned'][networks[i]['name']] = line_us_list
4343

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='lineus',
5-
version='0.1.14',
5+
version='0.1.15',
66
packages=['lineus'],
77
url='https://www.line-us.com',
88
license='MIT',

0 commit comments

Comments
 (0)