cd into directory with configs that work on another computer
shreddit
expected
shreddit loads my config and runs as normal
actual
INFO:shreddit:Logged in as ****.
Traceback (most recent call last):
File "/home/KonaKona/bin/shreddit", line 10, in <module>
sys.exit(main())
File "/home/KonaKona/.local/lib/python3.5/site-packages/shreddit/app.py", line 44, in main
shredder = Shredder(default_config, args.user)
File "/home/KonaKona/.local/lib/python3.5/site-packages/shreddit/shredder.py", line 33, in __init__
self._recent_cutoff = arrow.now().replace(hours=-self._hours)
File "/home/KonaKona/.local/lib/python3.5/site-packages/arrow/arrow.py", line 603, in replace
raise AttributeError('unknown attribute: "{}"'.format(key))
AttributeError: unknown attribute: "hours"
reproduce
pip3 install shreddit
shreddit
expected
shreddit loads my config and runs as normal
actual
possible fix
Googling found me this: https://github.com/crsmithdev/arrow/issues/638