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
apples-MacBook-Air:analytics_pipeline vidhyasagar$ python count_visitors.py
Traceback (most recent call last):
File "count_visitors.py", line 40, in
day = time_obj.strftime("%d-%m-%Y")
AttributeError: 'str' object has no attribute 'strftime'
apples-MacBook-Air:analytics_pipeline vidhyasagar$ python count_visitors.py
Traceback (most recent call last):
File "count_visitors.py", line 40, in
day = time_obj.strftime("%d-%m-%Y")
AttributeError: 'str' object has no attribute 'strftime'