diff options
-rwxr-xr-x | pyAggr3g470r.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 9015a2b0..e796e9cf 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -1234,7 +1234,6 @@ if __name__ == '__main__': LOCKER = threading.Lock() root = Root() root.favicon_ico = cherrypy.tools.staticfile.handler(filename=os.path.join(utils.path + "/css/img/favicon.png")) - print os.path.join(utils.path + "/css/img/favicon.png") if not os.path.isfile(utils.sqlite_base): # create the SQLite base if not exists print "Creating data base..." @@ -1252,4 +1251,4 @@ if __name__ == '__main__': thread_watch_base = threading.Thread(None, root.watch_base_classic, None, ()) thread_watch_base.setDaemon(True) thread_watch_base.start() - cherrypy.quickstart(root, config=path) + cherrypy.quickstart(root, config=path)
\ No newline at end of file |