11 Jun
2012
11 Jun
'12
2:36 a.m.
Hi all, I checked basics.py after reading a similar post and saw this: self.ftp_upload_dir = kwargs.get( 'ftp_upload_dir', None ) self.ftp_upload_site = kwargs.get( 'ftp_upload_site', None ) Can you guys tell me what the None part means? Cheers, CL