fix: filter commented out functions when generating plugin file

This commit is contained in:
debugtalk
2022-06-14 22:40:59 +08:00
parent 829cca27c2
commit 39d1d0dc46
5 changed files with 177 additions and 60 deletions

View File

@@ -3,6 +3,11 @@ import time
from typing import List
# commented out function will be filtered
# def get_headers():
# return {"User-Agent": "hrp"}
def get_user_agent():
return "hrp/funppy"