Actually return something with get_local_time
This commit is contained in:
parent
3d1fbac3c7
commit
e1c3ee9edf
1 changed files with 4 additions and 2 deletions
|
|
@ -244,6 +244,8 @@ class NetworkBase:
|
|||
if rtc is not None:
|
||||
rtc.RTC().datetime = now
|
||||
|
||||
return reply
|
||||
|
||||
def wget(self, url, filename, *, chunk_size=12000):
|
||||
"""Download a url and save to filename location, like the command wget.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue