1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-16 00:05:13 -06:00

ci: Populate patreon PRs on public repository

This commit is contained in:
Zach Hilman
2019-09-30 09:29:28 -04:00
parent e11afeb34d
commit e6f3aad84e
3 changed files with 13 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
import requests, sys, json, urllib3.request, shutil, subprocess, os
tagline = os.getenv("MergeTaglinePublic".upper(), "")
tagline = sys.argv[2]
http = urllib3.PoolManager()
dl_list = {}