mirror of https://github.com/coddrago/Heroku
Attempt to fix web
parent
ce15c7f49e
commit
a4bde8af7f
|
@ -334,7 +334,7 @@ class Hikka:
|
|||
proxy=self.proxy,
|
||||
connection=self.conn,
|
||||
)
|
||||
if self.arguments.web
|
||||
if getattr(self.arguments, "web", True)
|
||||
else None
|
||||
)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue