From f5c57d8e73f33ca1d7374a2662fbc7a4592eb7cd Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Tue, 7 May 2024 16:34:14 +0200 Subject: Python code style --- FortniteClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FortniteClient.py') diff --git a/FortniteClient.py b/FortniteClient.py index 1f700b2..c52aacb 100755 --- a/FortniteClient.py +++ b/FortniteClient.py @@ -4,7 +4,7 @@ import fortnitepy import json import os import typing -from DeviceAuth import DeviceAuth +from device_auth import DeviceAuth from Types import * __fortnite_account_key__ = 'fornite-account-key' -- cgit v1.2.3