Skip to content

Specify extensions to add in init#39

Open
OhadRubin wants to merge 6 commits intoabhishekkrthakur:masterfrom
OhadRubin:master
Open

Specify extensions to add in init#39
OhadRubin wants to merge 6 commits intoabhishekkrthakur:masterfrom
OhadRubin:master

Conversation

@OhadRubin
Copy link

No description provided.


class ColabCode:
def __init__(self, port=10000, password=None, authtoken=None, mount_drive=False):
def __init__(self, port=10000, password=None, authtoken=None, mount_drive=False,extensions=[]):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def __init__(self, port=10000, password=None, authtoken=None, mount_drive=False,extensions=[]):
def __init__(self, port=10000, password=None, authtoken=None, mount_drive=False, extensions=[]):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants