Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEBAS204 authored Dec 18, 2024
1 parent ec05af0 commit accf32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchFarm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import os
import sys
from os import path
import logging
Expand Down

0 comments on commit accf32f

Please sign in to comment.