diff options
Diffstat (limited to 'sch.py')
-rw-r--r-- | sch.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ import cgi, sys, os repository_directory = "./rep" - +syrep_binary = "/usr/local/bin/syrep" header_done = 0 def print_header(s): |