-small code cleanup..
This commit is contained in:
parent
1411987b01
commit
49c399b7a8
3 changed files with 13 additions and 17 deletions
|
@ -115,12 +115,6 @@ if __name__ == '__main__':
|
|||
|
||||
signal.signal(signal.SIGINT, keyboardInterruptHandler)
|
||||
|
||||
#import daemonize
|
||||
#daemonize.createDaemon()
|
||||
#open("airtime.pid", "w").write(str(os.getpid()) + "\n")
|
||||
#daemonize.drop_privileges("pypo", "pypo")
|
||||
|
||||
|
||||
# initialize
|
||||
g = Global()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue