From 1d76137603ad3b53e6bb5ade19a4176967c281f2 Mon Sep 17 00:00:00 2001 From: tverona1 Date: Sat, 25 Apr 2020 13:55:55 -0700 Subject: [PATCH] Small comment update --- QuestAssetGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuestAssetGenerator.py b/QuestAssetGenerator.py index 904b952..f7b6466 100644 --- a/QuestAssetGenerator.py +++ b/QuestAssetGenerator.py @@ -7,7 +7,7 @@ import sys import zipfile -from github import Github +from github import Github # pip install PyGithub # Temporary directory for scratch space TEMP_DIR = '__temp__'