Add service file
This commit is contained in:
parent
afcf36c941
commit
95b07c0166
4
service.py
Normal file
4
service.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import gspread
|
||||
|
||||
|
||||
gc = gspread.service_account(filename='credentials.json')
|
||||
Loading…
Reference in a new issue