mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
Fixed 1 site, PyInstaller workflow, Google Colab example (#1558)
* Updated example colab file (Due to latest update) * Fix RobertsSpaceIndustries URI * Fix PyInstaller workflow * Fix example.ipynb (read desc.) Currently the version installed via pip3 doesn't appear to contain the latest data.json file, resulting in many false positives.. * Fix non-existant users (read desc.) Fixed non-existant usernames for the following: Telegram (t.me) TikBuddy (tikbuddy.com) FurAffinity (furaffinity.net)
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: PyInstaller Windows
|
||||
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
|
||||
uses: JackMcKew/pyinstaller-action-windows@main
|
||||
with:
|
||||
path: pyinstaller
|
||||
|
||||
|
||||
Reference in New Issue
Block a user