Advertisement
VastMind

Untitled

Jan 14th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. def read_Config():
  2.     with open("ntpclient.json", "r") as read_file:
  3.         json_string = json.load(read_file)
  4.         host = json_string["host"]
  5.         port = json_string["port"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement