moved to application section of other integrations
This commit is contained in:
@@ -89,7 +89,7 @@ def debugLog(function):
|
||||
out2 = ""
|
||||
for arg in args:
|
||||
out2 = out2 + SEP + str(arg)
|
||||
# out 3: all keyword arguments
|
||||
# out3: all keyword arguments
|
||||
out3 = ""
|
||||
if len_kwargs > 0:
|
||||
for key, val in kwargs.items():
|
||||
|
||||
Reference in New Issue
Block a user