Skip to content

Commit

Permalink
[Feat] 新增匯出和匯入積木檔(.xml)功能
Browse files Browse the repository at this point in the history
  • Loading branch information
papple23g committed Feb 10, 2021
1 parent ae2e377 commit e1c6057
Show file tree
Hide file tree
Showing 3 changed files with 2,040 additions and 1,409 deletions.
3 changes: 2 additions & 1 deletion onlineToOffline.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import requests
url=u"https://papple23g-ahkcompiler.herokuapp.com/ahkblockly"
# url=u"https://papple23g-ahkcompiler.herokuapp.com/ahkblockly"
url=u"http://127.0.0.1:8000/ahkblockly"
res=requests.get(url)


Expand Down
Loading

0 comments on commit e1c6057

Please sign in to comment.