First commit
This commit is contained in:
9
TikTokSigner/Utils.py
Normal file
9
TikTokSigner/Utils.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import time
|
||||
import random
|
||||
import string
|
||||
|
||||
class Utils:
|
||||
@staticmethod
|
||||
def verify_fp()-> str:
|
||||
# TODO, add proper verify fp method
|
||||
return 'verify_5b161567bda98b6a50c0414d99909d4b'
|
||||
Reference in New Issue
Block a user