Skip to content

Commit 71c02b1

Browse files
committed
fixed client typo
1 parent f5ee035 commit 71c02b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rfpy/scripts/rfpy_calc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def main():
557557
datapath.mkdir(parents=True)
558558

559559
# Establish client
560-
client = Client(
560+
data_client = Client(
561561
base_url=args.server,
562562
user=args.userauth[0],
563563
password=args.userauth[1],

rfpy/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def download_data(client=None, sta=None, start=UTCDateTime, end=UTCDateTime,
537537
else:
538538
if len(st) == 3:
539539
# It's possible if len(st)==1 that data is Z12
540-
print("* - Data Downloaded")
540+
print("* - Data Downloaded")
541541
break
542542

543543
# Break if we successfully obtained 3 components in st

0 commit comments

Comments
 (0)