Show
Ignore:
Timestamp:
05/30/07 16:47:14 (15 months ago)
Author:
Tarek Ziad?? <tarek@…>
Message:

fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • atomisator/entries.py

    r99 r102  
    7676            content = entry['content'] 
    7777 
    78             entry_date = entry['date'] 
     78            if 'date' in entry.keys(): 
     79                entry_date = entry['date'] 
     80            else: 
     81                entry_date = strftime(TIME_FMT) 
    7982 
    8083            cuts = ('GMT', '+')