We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61a928 commit 7454498Copy full SHA for 7454498
1 file changed
plugin-adapter.py
@@ -649,7 +649,7 @@ async def gethistory(params):
649
# DEBUG! PURGE EMPTY LISTS IN LIST?
650
res = [e for e in res if e]
651
652
- logger.debug("xrmgethistory: " + currency +" RES=\n" + str(res))
+ logger.debug("DEBUG MESSAGE: " + str(res))
653
logger.info("[server-end gethistory] completion time: {}ms".format(TimestampMillisec64() - timestart))
654
655
return json.dumps(res)
0 commit comments