#36: add debugtalk.py local per-directory plugins

This commit is contained in:
debugtalk
2017-08-29 21:33:02 +08:00
parent 459f5abc6b
commit 46dcd195d0
5 changed files with 44 additions and 4 deletions

View File

@@ -65,6 +65,3 @@ def gen_urlencode_str(**kargs):
urlencoded_str += "&"
return urlencoded_str.strip("&")
def get_timestamp():
return int(time.time() * 1000)