Use @staticmethod decorator

pull/203/head
Aymane Hrouch 1 year ago
parent a5b4d8b10c
commit f1a2060bfb

@ -9,6 +9,7 @@ from json import loads
class Account:
@staticmethod
def create(proxy = None, logging = False):
proxies = {
@ -79,6 +80,7 @@ class Account:
class StreamingCompletion:
@staticmethod
def create(
token = None,
chatId = None,

Loading…
Cancel
Save