From 701e8ad4fa3146f3bfb31d110117ae410de13f07 Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 18 Sep 2019 17:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0DN=20=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=8F=8A=E6=96=B0=E5=A2=9E=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=20test1=20=E7=94=A8=E4=BA=8E=E9=AA=8C=E8=AF=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- change_db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/change_db.py b/change_db.py index 3b50fb5..0ac7c05 100644 --- a/change_db.py +++ b/change_db.py @@ -75,6 +75,7 @@ def write_location(data): print(f"write {line} 2 location failed!") + def main(): old_ad = get_old_ad() write_ad_data(old_ad)