mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-28 12:22:37 +00:00
Fix Surge node list unable to be uploaded to Gist
This commit is contained in:
@@ -1182,6 +1182,9 @@ std::string subconverter(RESPONSE_CALLBACK_ARGS)
|
||||
if(ext.nodelist)
|
||||
{
|
||||
output_content = netchToSurge(nodes, base_content, dummy_ruleset, dummy_group, surge_ver, ext);
|
||||
|
||||
if(upload == "true")
|
||||
uploadGist("surge" + version + "list", upload_path, output_content, true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user