You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fb2cal INFO (main) Creating birthday ICS file...
Traceback (most recent call last):
File "fb2cal.py", line 813, in
main()
File "fb2cal.py", line 126, in main
c = populate_birthdays_calendar(birthdays)
File "fb2cal.py", line 782, in populate_birthdays_calendar
c._unused.append(ics.parse.ContentLine(name='X-WR-CALNAME', params={}, value='Facebook Birthdays (fb2cal)'))
AttributeError: 'Calendar' object has no attribute '_unused'
The text was updated successfully, but these errors were encountered:
fb2cal INFO (main) Creating birthday ICS file...
Traceback (most recent call last):
File "fb2cal.py", line 813, in
main()
File "fb2cal.py", line 126, in main
c = populate_birthdays_calendar(birthdays)
File "fb2cal.py", line 782, in populate_birthdays_calendar
c._unused.append(ics.parse.ContentLine(name='X-WR-CALNAME', params={}, value='Facebook Birthdays (fb2cal)'))
AttributeError: 'Calendar' object has no attribute '_unused'
The text was updated successfully, but these errors were encountered: