diff options
-rw-r--r-- | cgi-bin/link.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cgi-bin/link.py b/cgi-bin/link.py index fd27855..2b870bb 100644 --- a/cgi-bin/link.py +++ b/cgi-bin/link.py @@ -6,7 +6,6 @@ class Link: if os.path.exists(os.path.realpath(config.datadir)): self.datadir=config.datadir self.src_datadir=config.datadir - self.exists="" self.latest=os.path.split(os.path.realpath(self.datadir+"latest.jpeg"))[1][:12] else: print ("Error: directory "+os.path.realpath(config.datadir)+" does not exist. Check config.py") |