Skip to content

Instantly share code, notes, and snippets.

@kurt-liao
Created August 11, 2018 07:06
Show Gist options
  • Select an option

  • Save kurt-liao/5be83556b34d54755ca69c6b9d74aa79 to your computer and use it in GitHub Desktop.

Select an option

Save kurt-liao/5be83556b34d54755ca69c6b9d74aa79 to your computer and use it in GitHub Desktop.
today = str(datetime.date.today())
cwb_data = "cwb_weather_data"
if not os.path.exists(cwb_data):
os.mkdir(cwb_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment