Changed path in scheduler.py
This commit is contained in:
parent
7138768035
commit
63b2fec389
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ def cancel_event(event):
|
|||
if __name__=='__main__':
|
||||
import os,sys
|
||||
|
||||
cgi_bin_path = os.path.sep.join(__file__.split(os.path.sep)[:-3])
|
||||
cgi_bin_path = os.path.sep.join(os.path.abspath(__file__).split(os.path.sep)[:-3])
|
||||
|
||||
sys.path.append(cgi_bin_path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue