Skip to content

Commit 9231a96

Browse files
authored
Update hushengangtong.py
delete os.path
1 parent 0a7f330 commit 9231a96

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

hushengangtong.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
fname1 = "PPOS_POTE_"+fname
7373
fname2 = "PPOS_POTE_SZ_"+fname
7474

75-
file_path = '/home/lambda/Documents/jiatou'
76-
if not os.path.exists(file_path):
77-
os.mkdir(file_path)
78-
os.chdir(file_path)
75+
file_path = './'
76+
#if not os.path.exists(file_path):
77+
# os.mkdir(file_path)
78+
#os.chdir(file_path)
7979

8080
if os.path.exists(fname):
8181
print('文件已存在,明天再来吧')
@@ -144,4 +144,4 @@ async def main():
144144
print("请关闭文件后再试", e)
145145

146146
stop = time.time()
147-
print(f"使用aiohttp共耗时{stop-start} S")
147+
print(f"使用aiohttp共耗时{stop-start} S")

0 commit comments

Comments
 (0)