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