From bfddb30a91bb17c4d97f9ed2a115c635c9f73a5d Mon Sep 17 00:00:00 2001 From: iou1name Date: Mon, 3 Jun 2019 19:05:51 -0400 Subject: [PATCH] generate summary before posting --- overwrought_master.py | 1 + 1 file changed, 1 insertion(+) diff --git a/overwrought_master.py b/overwrought_master.py index ea62d4b..922a855 100755 --- a/overwrought_master.py +++ b/overwrought_master.py @@ -244,6 +244,7 @@ def post_pack(): """ Uploads the modpack to the remote server. """ + generate_summary() data = {'password': config_master.password} mods = get_all_mods()