balabis commited on
Commit
eb1e495
·
1 Parent(s): ced7cf6

Update invoices.py

Browse files
Files changed (1) hide show
  1. invoices.py +1 -1
invoices.py CHANGED
@@ -46,7 +46,7 @@ def _get_drive_url(url):
46
 
47
 
48
  _URLS = [
49
- 'https://drive.google.com/file/d/1rpy-ClTT9iGKXgIbD3KtuxicQ3k6KRaO/view?usp=sharing',
50
  ]
51
 
52
 
 
46
 
47
 
48
  _URLS = [
49
+ _get_drive_url('https://drive.google.com/file/d/1rpy-ClTT9iGKXgIbD3KtuxicQ3k6KRaO/view?usp=sharing'),
50
  ]
51
 
52