mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-10 21:00:36 +02:00
add debug message
This commit is contained in:
parent
0ce444c4c2
commit
41301b41f2
@ -130,7 +130,8 @@ def subscriptions_new(ip, dnsservice, domain, token, target):
|
||||
|
||||
# update DNS with actual IP
|
||||
if dnsservice == "duckdns":
|
||||
duckdns_update(domain.split('.')[0], token, real_ip)
|
||||
print("# dnsservice=dnsservice --> update {0}".format(domain))
|
||||
duckdns_update(domain, token, real_ip)
|
||||
|
||||
# create subscription data for storage
|
||||
subscription = dict()
|
||||
|
Loading…
x
Reference in New Issue
Block a user