Skip to content

Commit

Permalink
Update mountdrive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Oct 5, 2021
1 parent d3ac374 commit 17bdc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountdrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def MountGDrive():
except NameError:
print("username variable not found, mounting at `/content/drive' using `root'")
mountpoint = '/content/drive'
user = 'root'
user = 'akuhnet'

MountGDrive()

0 comments on commit 17bdc5d

Please sign in to comment.