#!/usr/bin/python3 def main(): f = open("blocklist.txt") fl = f.readlines() return fl if __name__ == "__main__": main()