aboutsummaryrefslogtreecommitdiff
path: root/test/requests/link_checker.py
blob: f171c12ae01906ba13b57577f52820db222a7a30 (plain)
1
2
3
4
5
6
7
8
9
import requests

def check_links(args_obj, parser):
    print("")
    print("Checking links")
    print("########################")
    print("Not implemented yet.")
    print("This is supposed to check all links in the system.")
    print("########################")