Revert all fake changes

This commit is contained in:
otavepto 2024-05-11 17:26:21 +03:00
parent b017550ccf
commit efbd091a80
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
#include "dll/appticket.h" #include "dll/appticket.h"
// pr test
void AppTicketV1::Reset() void AppTicketV1::Reset()
{ {
TicketSize = 0; TicketSize = 0;

View File

@ -21,7 +21,7 @@ import queue
import shutil import shutil
import traceback import traceback
# pr test
#steam ids with public profiles that own a lot of games #steam ids with public profiles that own a lot of games
# https://steamladder.com/ladder/games/ # https://steamladder.com/ladder/games/
# in browser console: # in browser console:

View File

@ -5,7 +5,7 @@ import glob
import configparser import configparser
import traceback import traceback
# pr test
def help(): def help():
exe_name = os.path.basename(sys.argv[0]) exe_name = os.path.basename(sys.argv[0])
print(f"\nUsage: {exe_name} [Switches] [settings folder path]") print(f"\nUsage: {exe_name} [Switches] [settings folder path]")