This commit is contained in:
RemixDev
2021-08-04 21:36:55 +02:00
parent 87e83e807f
commit 8d84b9f85a
3 changed files with 31 additions and 8 deletions

View File

@ -25,5 +25,5 @@ class StaticPicture:
def __init__(self, url):
self.staticURL = url
def getURL(self):
def getURL(self, _, __):
return self.staticURL