Bump version#
This commit is contained in:
parent
678c32b2ea
commit
d98ed44ba9
2
ddns.py
2
ddns.py
@ -19,7 +19,7 @@ filepath = homefilepath.joinpath('.config/ddns')
|
|||||||
database = filepath.joinpath('ddns.db')
|
database = filepath.joinpath('ddns.db')
|
||||||
logfile = filepath.joinpath('ddns.log')
|
logfile = filepath.joinpath('ddns.log')
|
||||||
logging.basicConfig(filename=logfile,level=logging.INFO)
|
logging.basicConfig(filename=logfile,level=logging.INFO)
|
||||||
app_version = '0.4.2'
|
app_version = '0.4.2.1'
|
||||||
|
|
||||||
|
|
||||||
def get_ip():
|
def get_ip():
|
||||||
|
Loading…
Reference in New Issue
Block a user