Sections
Timeline
View Tickets
New Ticket
Sub-Sections
Download
Unified Diff
Zip Archive
Metanav
Preferences
About Trac
Links
Slowchop Studios
Gerald Kaszuba
Advertisement

Changeset 47

Show
Ignore:
Timestamp:
23/08/08 07:31:12 (3 months ago)
Author:
gak
Message:

Fixed bug where the module would download twice (#7) (Evan Lezar)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pygooglechart.py

    r46 r47  
    385385                'content-type of %s' % opener.headers['content-type']) 
    386386 
    387         open(file_name, 'wb').write(urllib.urlopen(self.get_url()).read()) 
     387        open(file_name, 'wb').write(opener.read()) 
    388388 
    389389    # Simple settings