fix: filter commented out functions when generating plugin file

This commit is contained in:
debugtalk
2022-06-14 22:40:59 +08:00
parent e2f5d8d626
commit 797e0ea56f
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"