mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-15 07:43:44 +00:00
python3 update changes and bug fix
added update function to setup script fixed a scheduling bug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user