Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: tring, sys from apscheduler.schedulers.blocking import BlockingScheduler import gdata.calendar.service # Configuration ALARM_EVENT_NAME = 'wake' MP3_FOLDER = '/Users/username/path/to/mp3/collection' GOOGLE_EMAIL = 'username@gmail.com' GOOGLE_PASSWORD = 'password' FREQUENCY_CHECK = 5 # in seconds calendar_service = gdata.calendar.service.CalendarService() calendar_service.email = GOOGLE_EMAIL calendar_service.password = GOOGLE_PASSWORD calendar_service.ProgrammaticLogin() def full_text_query(calendar_serv Source: http://pastebin.com/raw.php?i=CSyp6fMi
↧