#!/usr/bin/env python # -*- coding: utf-8 -*- import io from github import Github g = Github("e62e298b2a46ca5cf474cb9a4c0c1bc950b09d46") with io.open("layouts/partials/recent-updates.html", 'w', encoding='utf8') as recent_updates: recent_updates.truncate() recent_updates.write(u"")