Compare commits
No commits in common. "0bfcfeb701d789c9f8d1dbe20111f09b8bcde585" and "417f81d6a527efa8f4a6360ed04ba3036c26e7f9" have entirely different histories.
0bfcfeb701
...
417f81d6a5
@ -1,16 +0,0 @@
|
|||||||
import json
|
|
||||||
|
|
||||||
from wiki_pages import ViewingsCsv
|
|
||||||
|
|
||||||
|
|
||||||
def update_viewings_csv(token_id, token_secret):
|
|
||||||
print("Updating CSV")
|
|
||||||
ViewingsCsv.update_viewings_csv(token_id, token_secret)
|
|
||||||
print("Done!")
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
with open('token.json') as json_file:
|
|
||||||
token = json.load(json_file)
|
|
||||||
|
|
||||||
update_viewings_csv(token['token_id'], token['token_secret'])
|
|
Loading…
x
Reference in New Issue
Block a user