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
Where foo is defined in praw.ini correctly and works fine without puni
Traceback (most recent call last):
File "/home/maplepy/Projects/reddit-bot/tempCodeRunnerFile.python", line 6, in <module>
un = puni.UserNotes(r, sub)
File "/home/maplepy/.local/share/virtualenvs/reddit-bot-4VZjxEoA/lib/python3.10/site-packages/puni/puni.py", line 163, in __init__
self.cache_timeout = r.config.cache_timeout
AttributeError: 'Config' object has no attribute 'cache_timeout'
The text was updated successfully, but these errors were encountered:
When I try to run even the most basic config, the one provided in the README.md, see the following code, I get the error below:
Where foo is defined in praw.ini correctly and works fine without puni
The text was updated successfully, but these errors were encountered: