Analogue retrieval python report global name 'log' is not defined

Author: kkms, Created: 2018-04-23 01:15:04, Updated: 2018-04-23 10:17:55

So log should be capitalized as log. Oh, my God.

The code is simple:

def main(): log(exchange.GetRecords())

This will report:Traceback (most recent call last): File , line 1285, in Run File , line 7, in File , line 2, in main NameError: global name log is not defined


More

The Little Dream^^, note the capital letters.