You've already forked QWeatherReporter
feat: fixed a small bug
This commit is contained in:
5
lib/get_host_ip.py
Normal file
5
lib/get_host_ip.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# -- coding:utf-8 --
|
||||
# @Author: markushammered@gmail.com
|
||||
# @Development Tool: PyCharm
|
||||
# @Create Time: 2021/12/21
|
||||
# @File Name: get_host_ip.py
|
||||
@@ -16,6 +16,7 @@ server = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
server.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
|
||||
server.bind(('127.0.0.1', 7898))
|
||||
server.listen(5)
|
||||
Logger.info(f'')
|
||||
|
||||
|
||||
def build_html():
|
||||
Reference in New Issue
Block a user