wadebug/cli.py [447:454]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    return {
        "success": True,
        "message": "Container logs have been uploaded to Facebook.  "
        "You can reference run_id ({}) in Direct Support "
        "(https://business.facebook.com/direct-support) "
        "tickets".format(run_id),
        "run_id": run_id,
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



wadebug/cli.py [483:490]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    return {
        "success": True,
        "message": "Container logs have been uploaded to Facebook.  "
        "You can reference run_id ({}) in Direct Support "
        "(https://business.facebook.com/direct-support) "
        "tickets".format(run_id),
        "run_id": run_id,
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



