Add Protocol Urls #103
@ -590,7 +590,7 @@ class NSFWLevel(Enum, comparable=True):
|
||||
age_restricted = 3
|
||||
|
||||
|
||||
|
||||
class ProtocolUrls(Enum):
|
||||
class ProtocolUrl(Enum):
|
||||
|
||||
# General
|
||||
|
||||
|
Reference in New Issue
Block a user
Comment should be moved up, so you don't need the 3 lines for one definition
Resolved with
eadd424