revert DataDownloader.cs
This commit is contained in:
parent
93d069f07d
commit
e038dbda6d
|
@ -6,7 +6,7 @@ using System.Collections.Generic;
|
|||
|
||||
public class DataDownloader {
|
||||
|
||||
private static readonly string WebServiceUrl = "https://script.google.com/macros/s/AKfycbzD5du7vEEN1C_xicgXDSO66uvBpAsLhfIMz9UuU1WCfj0sOGsQM17OR4wWC1FVGx4e3Q/exec";
|
||||
private static readonly string WebServiceUrl = "https://script.google.com/macros/s/AKfycbyenMGJNEy3M_P37lWZavGe0gwLMI91qiew12XE6kmnsLdcwAI/exec";
|
||||
private static readonly string SpreadsheetId = "1z3jzHxHo9FPthm2K_cuL3lCZDfwTnbEjI0tG1D4YPPc";
|
||||
private static readonly string LangSpreadsheetId = "1Eq7VNB2MqzdotBwaf71dqZ1MIU_HrEjPxIfNBeFlTr8";
|
||||
private static readonly string Password = "hogehogehogeo";
|
||||
|
|
Loading…
Reference in New Issue