mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-19 17:53:20 +00:00
Movied -m after -g in args order.
This commit is contained in:
@@ -861,8 +861,6 @@ if __name__ == '__main__':
|
|||||||
pseudo_channel.show_clients()
|
pseudo_channel.show_clients()
|
||||||
if args.show_schedule:
|
if args.show_schedule:
|
||||||
pseudo_channel.show_schedule()
|
pseudo_channel.show_schedule()
|
||||||
if args.make_html:
|
|
||||||
pseudo_channel.make_xml_schedule()
|
|
||||||
if args.export_queue:
|
if args.export_queue:
|
||||||
pseudo_channel.export_queue()
|
pseudo_channel.export_queue()
|
||||||
if args.import_queue:
|
if args.import_queue:
|
||||||
@@ -879,6 +877,8 @@ if __name__ == '__main__':
|
|||||||
pseudo_channel.generate_daily_schedule()
|
pseudo_channel.generate_daily_schedule()
|
||||||
except:
|
except:
|
||||||
print("----- Recieved error when running generate_daily_schedule()")
|
print("----- Recieved error when running generate_daily_schedule()")
|
||||||
|
if args.make_html:
|
||||||
|
pseudo_channel.make_xml_schedule()
|
||||||
if args.run:
|
if args.run:
|
||||||
print banner
|
print banner
|
||||||
print "+++++ To run this in the background:"
|
print "+++++ To run this in the background:"
|
||||||
|
|||||||
Reference in New Issue
Block a user