We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7f330 commit 9231a96Copy full SHA for 9231a96
1 file changed
hushengangtong.py
@@ -72,10 +72,10 @@
72
fname1 = "PPOS_POTE_"+fname
73
fname2 = "PPOS_POTE_SZ_"+fname
74
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)
+file_path = './'
+#if not os.path.exists(file_path):
+# os.mkdir(file_path)
+#os.chdir(file_path)
79
80
if os.path.exists(fname):
81
print('文件已存在,明天再来吧')
@@ -144,4 +144,4 @@ async def main():
144
print("请关闭文件后再试", e)
145
146
stop = time.time()
147
-print(f"使用aiohttp共耗时{stop-start} S")
+print(f"使用aiohttp共耗时{stop-start} S")
0 commit comments