Delete latestslic3r.py

This commit is contained in:
seanauff 2020-01-30 14:26:03 -05:00 committed by GitHub
parent a9a3f15acd
commit 89e6e9d893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/env python
import re
import urllib
page = urllib.urlopen('https://dl.slic3r.org/linux/').read()
print(re.search(r'slic3r-.+?-linux-x64\.tar\.bz2', page).group(0))