Skip to content

Commit d9f40eb

Browse files
committed
remove debug msg
1 parent cec25ca commit d9f40eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

digiskr/wsprnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def upload(self, spots):
134134
resp = s.post("http://wsprnet.org/post", files=postfiles, params=params, timeout=300)
135135

136136
if resp.status_code == 200:
137-
print(resp.text)
137+
#print(resp.text)
138138
break
139139

140140
# TODO: handle with retry

0 commit comments

Comments
 (0)