@@ -24,7 +24,7 @@ class NetClient:
def main():
client = NetClient('localhost', 9000)
# client.request('/index.html', 'GET', '')
- # client.request('/fw.bin', 'GET', '')
+ client.request('/fw.bin', 'GET', '')
if __name__ == '__main__':
main()