python3 update changes and bug fix

added update function to setup script
fixed a scheduling bug
This commit is contained in:
Moe Fwacky
2021-05-09 01:04:53 -07:00
committed by GitHub
parent bd51c40ca4
commit 5830dfccb7
6 changed files with 232 additions and 58 deletions

View File

@@ -57,8 +57,8 @@ def get_last():
def start_channel(channel):
#execute PseudoChannel.py -r in specified channel
last = get_last()
try:
last = get_last()
os.remove(os.path.abspath(os.path.dirname(__file__))+'/pseudo-channel_'+last+"/last.info")
print("NOTICE: Previous last.info deleted")
except: