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