@@ -19,6 +19,7 @@ def do_cost():
def main():
do_order()
do_cost()
+ dw_daily_channel()
if __name__ == '__main__':
main()