Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError #167

Open
chinagreenelvis opened this issue May 26, 2021 · 0 comments
Open

TypeError #167

chinagreenelvis opened this issue May 26, 2021 · 0 comments

Comments

@chinagreenelvis
Copy link

Traceback (most recent call last):
  File "D:\Programs\Python3\Scripts\shreddit-script.py", line 33, in <module>
    sys.exit(load_entry_point('shreddit==6.0.7', 'console_scripts', 'shreddit')())
  File "D:\Programs\Python3\lib\site-packages\shreddit\app.py", line 44, in main
    shredder = Shredder(default_config, args.user)
  File "D:\Programs\Python3\lib\site-packages\shreddit\shredder.py", line 34, in __init__
    self._nuke_cutoff = arrow.now().replace(hours=-self._nuke_hours)
TypeError: bad operand type for unary -: 'NoneType'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant