Shreddit icon indicating copy to clipboard operation
Shreddit copied to clipboard

TypeError

Open chinagreenelvis opened this issue 4 years ago • 0 comments

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'

chinagreenelvis avatar May 26 '21 23:05 chinagreenelvis