Skip to content

Commit 7454498

Browse files
authored
Update plugin-adapter.py
1 parent f61a928 commit 7454498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin-adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ async def gethistory(params):
649649
# DEBUG! PURGE EMPTY LISTS IN LIST?
650650
res = [e for e in res if e]
651651

652-
logger.debug("xrmgethistory: " + currency +" RES=\n" + str(res))
652+
logger.debug("DEBUG MESSAGE: " + str(res))
653653
logger.info("[server-end gethistory] completion time: {}ms".format(TimestampMillisec64() - timestart))
654654

655655
return json.dumps(res)

0 commit comments

Comments
 (0)