Update version .1
This commit is contained in:
2
ddns.py
2
ddns.py
@@ -19,7 +19,7 @@ filepath = homefilepath.joinpath('.config/ddns')
|
||||
database = filepath.joinpath('ddns.db')
|
||||
logfile = filepath.joinpath('ddns.log')
|
||||
logging.basicConfig(filename=logfile,level=logging.INFO,format='%(message)s')
|
||||
app_version = '0.5'
|
||||
app_version = '0.5.1'
|
||||
|
||||
|
||||
def get_ip():
|
||||
|
Reference in New Issue
Block a user