core: update pysubs2 providers: opensubtitles: actually use sessions (they're broken) for checking for token state
7 lines
101 B
Python
7 lines
101 B
Python
# coding=utf-8
|
|
class EmptyEntryError(Exception):
|
|
pass
|
|
|
|
|
|
class EmptyLineError(Exception):
|
|
pass |