]> git.0d.be Git - pige-extractor.git/commitdiff
Import FILENAME_LAYOUT from config file
authorFrédéric Péters <fpeters@0d.be>
Mon, 12 Apr 2010 10:31:12 +0000 (12:31 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 12 Apr 2010 10:31:12 +0000 (12:31 +0200)
download.cgi

index f8fe2e40935494aa7f6c9275f7f55977be7222bf..6969e4a9ad34b8f2c6b3cf0fabbdc06f2a392db8 100755 (executable)
@@ -9,7 +9,7 @@ import datetime
 import syslog
 
 try:
-    from config import BASE_DIR, PATH_LAYOUT
+    from config import BASE_DIR, PATH_LAYOUT, FILENAME_LAYOUT
 except ImportError:
     BASE_DIR = '/home/alsa-record/'
     PATH_LAYOUT = '%Y/%m-%b/%d-%a/'