googleanalytics / google-analytics-super-proxy

Publicly share your Google Analytics reporting data.
Other
224 stars 99 forks source link

SyntaxError: EOL while scanning string literal #7

Closed peavers closed 10 years ago

peavers commented 11 years ago

'OAUTH_REDIRECT_URI' gives a syntax/EOF error on the ',' (line 42). Removing the string separation and just adding the redirect solves this issue for the moment.

'OAUTH_REDIRECT_URI': '%s%s' % (
        'https://REPLACE_THIS_WITH_YOUR_APPLICATION_NAME.appsot.com OR http://localhost:8080',
        '/admin/auth')
}

Obviously works just fine.

'OAUTH_REDIRECT_URI':  'https://REPLACE_THIS_WITH_YOUR_APPLICATION_NAME.appsot.com
timelf123 commented 11 years ago

Works fine for me with the string separation