moved to application section of other integrations

This commit is contained in:
mellis
2024-01-21 14:03:55 +01:00
parent 13258ae201
commit f06a32bf80
2 changed files with 10 additions and 3 deletions

View File

@@ -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():