X-Git-Url: http://git.ipfire.org/?p=ddns.git;a=blobdiff_plain;f=src%2Fddns%2Fdatabase.py;fp=src%2Fddns%2Fdatabase.py;h=e0a035ab83087f56d7e56beba3b9c36d7fe42c80;hp=70a73635740211e356e2f68144dc4475f3390dea;hb=91aead365f0b0da834a0340551deebb714a6b074;hpb=c0277eeea2b2c1ed8f40f1248b28438e44e51912 diff --git a/src/ddns/database.py b/src/ddns/database.py index 70a7363..e0a035a 100644 --- a/src/ddns/database.py +++ b/src/ddns/database.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 ############################################################################### # # # ddns - A dynamic DNS client for IPFire # @@ -82,6 +82,7 @@ class DDNSDatabase(object): def _close_database(self): if self._db: + # TODO: Check Unresolved attribute reference '_db_close' for class 'DDNSDatabase' self._db_close() self._db = None