Browse Source

added shebang

Mikhail Sokolov 1 năm trước cách đây
mục cha
commit
6f6453e9b2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      aliexpress-one-price-parser.py

+ 2 - 0
aliexpress-one-price-parser.py

@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 import warnings
 warnings.filterwarnings("ignore", message="python-telegram-bot is using upstream urllib3")